This commit is contained in:
Barış Soner Uşaklı
2018-12-14 17:31:06 -05:00
parent bf75f3e3b8
commit 29b63ae7fb
8 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ var controllers = {
helpers: require('../controllers/helpers'),
};
var delayCache = LRU({
var delayCache = new LRU({
maxAge: 1000 * 60,
});