[Twisted-Python] LineReceiver MAX_LENGTH limitation
Jean-Paul Calderone
exarkun at divmod.com
Wed Mar 18 06:19:10 MDT 2009
On Wed, 18 Mar 2009 13:10:12 +0100, Pet <petshmidt at googlemail.com> 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 middle or the end of an
application. ;)
Jean-Paul
More information about the Twisted-Python
mailing list