mirror of https://github.com/BOINC/boinc.git
- client: print #CPUs if not all
svn path=/trunk/boinc/; revision=16270
This commit is contained in:
parent
760cd90c7b
commit
882c0cde50
|
@ -412,6 +412,11 @@ void CLIENT_STATE::read_global_prefs() {
|
|||
// max_cpus, bandwidth limits may have changed
|
||||
//
|
||||
set_ncpus();
|
||||
if (ncpus != host_info.p_ncpus) {
|
||||
msg_printf(NULL, MSG_INFO,
|
||||
"Preferences limit # CPUs to %d", ncpus
|
||||
);
|
||||
}
|
||||
file_xfers->set_bandwidth_limits(true);
|
||||
file_xfers->set_bandwidth_limits(false);
|
||||
request_schedule_cpus("Prefs update");
|
||||
|
|
Loading…
Reference in New Issue