cubicweb/web/views/debug.py
changeset 11774 51c160677afe
parent 11767 432f87a63057
child 12012 f7ff5217a02f
--- a/cubicweb/web/views/debug.py	Fri Sep 30 17:38:12 2016 +0200
+++ b/cubicweb/web/views/debug.py	Wed Oct 05 15:30:10 2016 +0200
@@ -94,7 +94,7 @@
         stats['looping_tasks'] = ', '.join('%s (%s seconds)' % (n, i) for n, i in stats['looping_tasks'])
         stats['threads'] = ', '.join(sorted(stats['threads']))
         for k in stats:
-            if k == 'type_extid_cache_size':
+            if k == 'type_cache_size':
                 continue
             if k.endswith('_cache_size'):
                 stats[k] = '%s / %s' % (stats[k]['size'], stats[k]['maxsize'])