cubicweb/web/views/debug.py
changeset 11756 60fed6272771
parent 11205 b050cf821ee5
child 11763 39df042f4ab4
--- a/cubicweb/web/views/debug.py	Fri Sep 30 17:36:02 2016 +0200
+++ b/cubicweb/web/views/debug.py	Fri Sep 30 17:36:40 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 in ('extid_cache_size', 'type_source_cache_size'):
+            if k == 'type_source_cache_size':
                 continue
             if k.endswith('_cache_size'):
                 stats[k] = '%s / %s' % (stats[k]['size'], stats[k]['maxsize'])