Increase patch max length

This commit is contained in:
Sergio Durigan Junior 2018-08-27 21:59:24 -04:00
parent 9849f55302
commit 262f28ba96

View file

@ -47,7 +47,7 @@ import sqlite3
###############################
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
# also use a shorter alias to save typing.