[rhmessaging-commits] rhmessaging commits: r4132 - mgmt/newdata/cumin/python/cumin/grid.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Jul 20 12:51:17 EDT 2010


Author: eallen
Date: 2010-07-20 12:51:16 -0400 (Tue, 20 Jul 2010)
New Revision: 4132

Modified:
   mgmt/newdata/cumin/python/cumin/grid/slot.py
Log:
Tweek the max number of slots visible for performance reasons

Modified: mgmt/newdata/cumin/python/cumin/grid/slot.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/grid/slot.py	2010-07-20 15:42:07 UTC (rev 4131)
+++ mgmt/newdata/cumin/python/cumin/grid/slot.py	2010-07-20 16:51:16 UTC (rev 4132)
@@ -120,7 +120,7 @@
     shapes = ["rectangle", "circle", "circle"]
     max_width = 400
     max_png_age = 30
-    max_visible_slots = 500 # start drill-down mode after this number
+    max_visible_slots = 200 # start drill-down mode after this number
     def __init__(self, app, name, param, desc):
         super(SlotMapPage, self).__init__(app, name)
 



More information about the rhmessaging-commits mailing list