mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-10 03:38:12 +00:00
Merge pull request #42 from WaeCo/patch-1
Set default project_cache_length_ms to 1 day
This commit is contained in:
commit
e1f8ded770
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue