cubicweb/web/views/debug.py
changeset 11763 39df042f4ab4
parent 11756 60fed6272771
child 11767 432f87a63057
--- a/cubicweb/web/views/debug.py	Fri Sep 30 17:34:11 2016 +0200
+++ b/cubicweb/web/views/debug.py	Fri Sep 30 17:39:17 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_source_cache_size':
+            if k == 'type_extid_cache_size':
                 continue
             if k.endswith('_cache_size'):
                 stats[k] = '%s / %s' % (stats[k]['size'], stats[k]['maxsize'])