mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
increase mongo cache size
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user