Set default project_cache_length_ms to 1 day

`project_cache_length_ms` was only `60*60*24 = 1.5 min` which is a little bit short. Default of one day seams more reasonable.
This commit is contained in:
WaeCo 2016-07-13 13:26:32 -07:00 committed by GitHub
parent 64271c2a27
commit 92461742d0

View file

@ -44,5 +44,5 @@ module.exports =
url: "http://localhost:3013"
smokeTest: false
project_cache_length_ms: 60 * 60 * 24
parallelFileDownloads:1
project_cache_length_ms: 1000 * 60 * 60 * 24
parallelFileDownloads:1