Increasing limit of patch length

This commit is contained in:
Sergio Durigan Junior 2016-11-10 13:12:45 -05:00
parent f58f27fbef
commit 630197c09f

View file

@ -43,6 +43,9 @@ import git
#### General Configuration ####
###############################
from twisted.protocols.basic import NetstringReceiver
NetstringReceiver.MAX_LENGTH = 1000000
# This is the dictionary that the buildmaster pays attention to. We
# also use a shorter alias to save typing.
c = BuildmasterConfig = {}