Increase patch max length
This commit is contained in:
parent
9849f55302
commit
262f28ba96
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ import sqlite3
|
||||||
###############################
|
###############################
|
||||||
|
|
||||||
from twisted.protocols.basic import NetstringReceiver
|
from twisted.protocols.basic import NetstringReceiver
|
||||||
NetstringReceiver.MAX_LENGTH = 1000000
|
NetstringReceiver.MAX_LENGTH = 1000000000
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
Loading…
Reference in a new issue