From 630197c09f707786d83ddebc3175532869bbfbbf Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Thu, 10 Nov 2016 13:12:45 -0500 Subject: [PATCH] Increasing limit of patch length --- master.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/master.cfg b/master.cfg index 562d7cf..b0a91b2 100644 --- a/master.cfg +++ b/master.cfg @@ -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 = {}