Author: humbedooh
Date: Tue Aug  6 09:03:58 2019
New Revision: 1864473

URL: http://svn.apache.org/viewvc?rev=1864473&view=rev
Log:
up this to 10 busiest items

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/kibble.py

Modified: comdev/reporter.apache.org/trunk/site/wizard/kibble.py
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/kibble.py?rev=1864473&r1=1864472&r2=1864473&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/kibble.py (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/kibble.py Tue Aug  6 09:03:58 
2019
@@ -281,9 +281,9 @@ def main():
                 }
             },
             'busiest': {
-                'email': topics['topN']['items'][:5],
-                'github': bissues['topN']['items'][:5],
-                'jira': bjiras['topN']['items'][:5] if bjiras else [],
+                'email': topics['topN']['items'][:10],
+                'github': bissues['topN']['items'][:10],
+                'jira': bjiras['topN']['items'][:10] if bjiras else [],
             },
             'timeseries': {
                 'github': github_ts,


Reply via email to