mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
up user settings cache size
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user