From: Guillaume Pellerin Date: Wed, 11 Mar 2009 14:21:29 +0000 (+0000) Subject: fix buffer size X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=887b8cd2fd1835dd2e48e185936a68da1c888e32;p=deefuzzer.git fix buffer size --- diff --git a/defuzz.py b/defuzz.py index c2f7a40..f0500ab 100755 --- a/defuzz.py +++ b/defuzz.py @@ -140,7 +140,7 @@ class Station(Thread): Thread.__init__(self) self.q = q self.station = station - self.buffer_size = 65536 + self.buffer_size = 4096 self.channel = shout.Shout() self.id = 999999 self.counter = 0