This commit is contained in:
Baris Usakli
2017-10-12 13:54:53 -04:00
parent 500c978a26
commit 68bcfb2883
4 changed files with 23 additions and 10 deletions

View File

@@ -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,
});