Re: [Twisted-Python] LineReceiver MAX_LENGTH limitation

2009-03-18 Thread Pet
On Wed, Mar 18, 2009 at 1:19 PM, Jean-Paul Calderone wrote: > On Wed, 18 Mar 2009 13:10:12 +0100, Pet wrote: >> >> Hi, >> >> in LineReceiver there is MAX_LENGTH = 16384 limitation. Is it possible >> to set it bigger at start of an application? > > It's an attribute.  Not only can you set it to a

Re: [Twisted-Python] LineReceiver MAX_LENGTH limitation

2009-03-18 Thread Jean-Paul Calderone
On Wed, 18 Mar 2009 13:10:12 +0100, Pet wrote: Hi, in LineReceiver there is MAX_LENGTH = 16384 limitation. Is it possible to set it bigger at start of an application? It's an attribute. Not only can you set it to a larger value at the start of an application, but you can also set it at the m