[Buildbot-commits] buildbot ChangeLog,1.305,1.306

Brian Warner warner at users.sourceforge.net
Thu Nov 11 19:31:18 UTC 2004


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25522

Modified Files:
	ChangeLog 
Log Message:
* buildbot/status/builder.py (LogFile.addEntry): Merge string
chunks together, up to 10kb per chunk. This ought to cut down on
the CPU-burning overhead of large log files. Thanks to Alexander
Staubo for spotting the problem.
* buildbot/test/test_status.py (Log): tests for same


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -d -r1.305 -r1.306
--- ChangeLog	11 Nov 2004 00:43:49 -0000	1.305
+++ ChangeLog	11 Nov 2004 19:31:15 -0000	1.306
@@ -1,3 +1,11 @@
+2004-11-11  Brian Warner  <warner at lothar.com>
+
+	* buildbot/status/builder.py (LogFile.addEntry): Merge string
+	chunks together, up to 10kb per chunk. This ought to cut down on
+	the CPU-burning overhead of large log files. Thanks to Alexander
+	Staubo for spotting the problem.
+	* buildbot/test/test_status.py (Log): tests for same
+
 2004-11-10  Brian Warner  <warner at lothar.com>
 
 	* buildbot/status/mail.py (MailNotifier.buildMessage): add a Date





More information about the Commits mailing list