mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -4,7 +4,7 @@ var meta = require('../meta');
|
||||
var cache = LRU({
|
||||
max: parseInt(meta.config.postCacheSize, 10) || 1048576,
|
||||
length: function (n) { return n.length; },
|
||||
maxAge: 1000 * 60 * 60
|
||||
maxAge: 1000 * 60 * 60,
|
||||
});
|
||||
|
||||
module.exports = cache;
|
||||
Reference in New Issue
Block a user