feat: up cache size

v1.18.x
Barış Soner Uşaklı 5 years ago committed by GitHub
parent d6c2764fe7
commit 9600ede579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ module.exports.create = function (name) {
var pubsub = require('../pubsub');
var cache = new LRU({
max: 20000,
max: 40000,
length: function () { return 1; },
maxAge: 0,
});

Loading…
Cancel
Save