mirror of https://github.com/BOINC/boinc.git
make_project: turn MD5 caching on by default for new projects
This commit is contained in:
parent
780385ab50
commit
7872090533
|
@ -477,6 +477,7 @@ class Project:
|
||||||
config.daily_result_quota = 500
|
config.daily_result_quota = 500
|
||||||
config.disable_account_creation = 0
|
config.disable_account_creation = 0
|
||||||
config.show_results = 1
|
config.show_results = 1
|
||||||
|
config.cache_md5_info = 1
|
||||||
config.sched_debug_level = 3
|
config.sched_debug_level = 3
|
||||||
config.fuh_debug_level = 3
|
config.fuh_debug_level = 3
|
||||||
config.one_result_per_user_per_wu = 0
|
config.one_result_per_user_per_wu = 0
|
||||||
|
|
Loading…
Reference in New Issue