diff --git a/services/spelling/app/coffee/MongoCache.coffee b/services/spelling/app/coffee/MongoCache.coffee index eef75ddbde..8138c92696 100644 --- a/services/spelling/app/coffee/MongoCache.coffee +++ b/services/spelling/app/coffee/MongoCache.coffee @@ -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)