mirror of https://github.com/BOINC/boinc.git
- Client: on read_cc_config() GUI RPC, reread app_config.xml files
as well as cc_config.xml
This commit is contained in:
parent
7a0e89014c
commit
d7be4f9f09
|
@ -1105,6 +1105,11 @@ static void handle_read_cc_config(GUI_RPC_CONN& grc) {
|
||||||
log_flags.show();
|
log_flags.show();
|
||||||
gstate.set_ncpus();
|
gstate.set_ncpus();
|
||||||
process_gpu_exclusions();
|
process_gpu_exclusions();
|
||||||
|
|
||||||
|
// also reread app_config.xml files
|
||||||
|
//
|
||||||
|
check_app_config();
|
||||||
|
|
||||||
gstate.request_schedule_cpus("Core client configuration");
|
gstate.request_schedule_cpus("Core client configuration");
|
||||||
gstate.request_work_fetch("Core client configuration");
|
gstate.request_work_fetch("Core client configuration");
|
||||||
set_no_rsc_config();
|
set_no_rsc_config();
|
||||||
|
|
Loading…
Reference in New Issue