make_project: turn MD5 caching on by default for new projects

This commit is contained in:
David Anderson 2014-03-26 15:38:24 -07:00
parent 780385ab50
commit 7872090533
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@ class Project:
config.daily_result_quota = 500
config.disable_account_creation = 0
config.show_results = 1
config.cache_md5_info = 1
config.sched_debug_level = 3
config.fuh_debug_level = 3
config.one_result_per_user_per_wu = 0