]> Cypherpunks repositories - gostls13.git/commit
gobuilder: increase log limit
authorRuss Cox <rsc@golang.org>
Wed, 24 Aug 2011 02:39:39 +0000 (22:39 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 24 Aug 2011 02:39:39 +0000 (22:39 -0400)
commit74fc7d8f1252ce30ef2f6cf600afab1621997237
tree907d7ee7af014c7187940363b40377483cd6075b
parent03582b33086c60d09c28e20a6dcdc0dcdd9074c7
gobuilder: increase log limit

It's a balance between fetching too much
and falling far enough behind that you can't
catch up.  We missed 20 commits in a row
when the builders were down for a few days.
This gives us a little more leeway.

R=adg
CC=golang-dev
https://golang.org/cl/4936047
misc/dashboard/builder/main.go