[Buildbot-commits] [Buildbot] #2123: Changes sent over the wire should be compressed
Buildbot
nobody at buildbot.net
Wed Oct 5 03:20:36 UTC 2011
#2123: Changes sent over the wire should be compressed
------------------------+-----------------------
Reporter: dank | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: undecided
Version: 0.8.5 | Keywords:
------------------------+-----------------------
There is currently an arbitrary 640KB limit on the size of changes,
imposed by twisted.spread.banana.SIZE_LIMIT, see
http://twistedmatrix.com/documents/current/core/howto/pb-limits.html
This becomes a problem when patches are sent that replace large
components (see e.g. the nine patch series at
http://www.winehq.org/pipermail/wine-patches/2011-September/107181.html,
which, when concatenated to be submitted
as a try, hits about 900KB. )
Either that limit needs to be raised or removed, or changes should be
compressed, or both. On slow links, compression would be a big win.
--
Ticket URL: <http://trac.buildbot.net/ticket/2123>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list