mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-09 02:55:51 +02:00
closes #5975
This commit is contained in:
@@ -12,7 +12,7 @@ var pubsub = require('../pubsub');
|
||||
var LRU = require('lru-cache');
|
||||
|
||||
var cache = LRU({
|
||||
max: 1000,
|
||||
max: 2000,
|
||||
length: function () { return 1; },
|
||||
maxAge: 1000 * 60 * 60,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user