Increasing limit of patch length
This commit is contained in:
parent
f58f27fbef
commit
630197c09f
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ import git
|
||||||
#### General Configuration ####
|
#### General Configuration ####
|
||||||
###############################
|
###############################
|
||||||
|
|
||||||
|
from twisted.protocols.basic import NetstringReceiver
|
||||||
|
NetstringReceiver.MAX_LENGTH = 1000000
|
||||||
|
|
||||||
# This is the dictionary that the buildmaster pays attention to. We
|
# This is the dictionary that the buildmaster pays attention to. We
|
||||||
# also use a shorter alias to save typing.
|
# also use a shorter alias to save typing.
|
||||||
c = BuildmasterConfig = {}
|
c = BuildmasterConfig = {}
|
||||||
|
|
Loading…
Reference in a new issue