|
|
@ -19,8 +19,7 @@ cacheController.get = function(req, res, next) {
|
|
|
|
max: postCache.max,
|
|
|
|
max: postCache.max,
|
|
|
|
itemCount: postCache.itemCount,
|
|
|
|
itemCount: postCache.itemCount,
|
|
|
|
percentFull: percentFull,
|
|
|
|
percentFull: percentFull,
|
|
|
|
avgPostSize: avgPostSize,
|
|
|
|
avgPostSize: avgPostSize
|
|
|
|
dump: req.query.debug ? JSON.stringify(postCache.dump(), null, 4) : false
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
groupCache: {
|
|
|
|
groupCache: {
|
|
|
|
length: groupCache.length,
|
|
|
|
length: groupCache.length,
|
|
|
|