[pypy-svn] r65204 - pypy/build/bot2/pypybuildbot

pedronis at codespeak.net pedronis at codespeak.net
Sun May 10 17:05:16 CEST 2009


Author: pedronis
Date: Sun May 10 17:05:14 2009
New Revision: 65204

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
bump the lru cache size to cope with the current result ets

Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Sun May 10 17:05:14 2009
@@ -17,6 +17,7 @@
 
 # pypy test summary page
 summary = load('pypybuildbot.summary')
+summary.outcome_set_cache = summary.RevisionOutcomeSetCache(80)
 status.putChild('summary', summary.Summary(['own', 'applevel', 'lib-python',
                                             'stackless',
                                             'windows', 'maemo', 'other']))



More information about the Pypy-commit mailing list