Author: Antonio Cuni <[email protected]>
Branch: 0.8.4-compat
Changeset: r575:e689c828fa9a
Date: 2011-08-08 19:08 +0200
http://bitbucket.org/pypy/buildbot/changeset/e689c828fa9a/

Log:    keep a limited number of log files, we never look at them anyway :-)

diff --git a/master/buildbot.tac b/master/buildbot.tac
--- a/master/buildbot.tac
+++ b/master/buildbot.tac
@@ -12,8 +12,8 @@
 # ---------------------------------------------------------------
 
 configfile = r'master.cfg'
-rotateLength = 1000000
-maxRotatedFiles = None
+rotateLength = 1024*1024
+maxRotatedFiles = 100
 
 application = service.Application('buildmaster')
 try:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to