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

@@ -9,7 +9,7 @@ var pubsub = require('../pubsub');
module.exports = function (User) {
User.blocks = {
_cache: LRU({
_cache: new LRU({
max: 100,
length: function () { return 1; },
maxAge: 0,