Merge pull request #42 from WaeCo/patch-1

Set default project_cache_length_ms to 1 day
This commit is contained in:
Henry Oswald 2016-07-13 21:32:02 +01:00 committed by GitHub
commit e1f8ded770

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