up user settings cache size

This commit is contained in:
Barış Soner Uşaklı
2017-05-03 17:24:31 -04:00
parent ea6f981686
commit 9ebbd65544

View File

@@ -10,7 +10,7 @@ var plugins = require('../plugins');
var LRU = require('lru-cache');
var cache = LRU({
max: 500,
max: 1000,
length: function () { return 1; },
maxAge: 1000 * 60 * 60,
});