From 262f28ba968fa6fb311bd913e9d2fe48110a2166 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Mon, 27 Aug 2018 21:59:24 -0400 Subject: [PATCH] Increase patch max length --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index 060921a..b4c249d 100644 --- a/master.cfg +++ b/master.cfg @@ -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.