mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 18:26:37 +02:00
fix: #6979
This commit is contained in:
@@ -22,7 +22,7 @@ var controllers = {
|
||||
helpers: require('../controllers/helpers'),
|
||||
};
|
||||
|
||||
var delayCache = LRU({
|
||||
var delayCache = new LRU({
|
||||
maxAge: 1000 * 60,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user