mirror of https://github.com/BOINC/boinc.git
client: apply app_config.xml settings after each scheduler RPC
This commit is contained in:
parent
1b4c2c0dbf
commit
f1cb92184a
|
@ -1069,6 +1069,11 @@ int CLIENT_STATE::handle_scheduler_reply(
|
||||||
//
|
//
|
||||||
gstate.garbage_collect_always();
|
gstate.garbage_collect_always();
|
||||||
|
|
||||||
|
// if the user provided app_config.xml for this project,
|
||||||
|
// apply it to any app versions we just got
|
||||||
|
//
|
||||||
|
project->app_configs.config_app_versions(project);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue