mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 19:08:22 +02:00
remove post cache dump
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user