[Buildbot-commits] buildbot/buildbot/status/web waterfall.py, 1.13, 1.14
Brian Warner
warner at users.sourceforge.net
Mon Aug 13 08:20:57 UTC 2007
Update of /cvsroot/buildbot/buildbot/buildbot/status/web
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13719/buildbot/status/web
Modified Files:
waterfall.py
Log Message:
[project @ waterfall: don't offer a 30 second reload, just 1/5/10 minutes]
Original author: Brian Warner <warner at lothar.com>
Date: 2007-08-13 15:18:57+00:00
Index: waterfall.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/web/waterfall.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- waterfall.py 13 Aug 2007 08:20:51 -0000 1.13
+++ waterfall.py 13 Aug 2007 08:20:55 -0000 1.14
@@ -367,9 +367,9 @@
# just after that text
show_reload_input = '<table>\n'
times = [("none", "None"),
- ("30", "30 seconds"),
("60", "60 seconds"),
("300", "5 minutes"),
+ ("600", "10 minutes"),
]
current_reload_time = request.args.get("reload", ["none"])
if current_reload_time:
More information about the Commits
mailing list