remove post cache dump

v1.18.x
barisusakli 9 years ago
parent 1364fb94bf
commit fcbdfa5688

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

@ -19,11 +19,6 @@
{postCache.percentFull}% Full
</div>
</div>
<!-- IF postCache.dump -->
<pre>{postCache.dump}</pre>
<!-- ENDIF postCache.dump -->
</div>
</div>

Loading…
Cancel
Save