]> git.parisson.com Git - deefuzzer.git/commitdiff
fix buffer size
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 11 Mar 2009 14:21:29 +0000 (14:21 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 11 Mar 2009 14:21:29 +0000 (14:21 +0000)
defuzz.py

index c2f7a40bec1e7788aa740edf59ffd94ef5c375fb..f0500ab935e225b041a9a7313ad4991937d714c3 100755 (executable)
--- 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