mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 19:39:06 +00:00
increase mongo cache size
This commit is contained in:
parent
74ceea14dd
commit
5eaf4c8551
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
LRU = require("lru-cache")
|
||||
cacheOpts =
|
||||
max: 5000
|
||||
maxAge: 1000 * 60 * 60
|
||||
max: 15000
|
||||
maxAge: 1000 * 60 * 60 * 10
|
||||
|
||||
cache = LRU(cacheOpts)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue