]> git.parisson.com Git - deefuzzer.git/commitdiff
change buffer size
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 10 Mar 2009 23:51:10 +0000 (23:51 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 10 Mar 2009 23:51:10 +0000 (23:51 +0000)
defuzz.py

index 1eec08768ef53628a950d978004bb2eac56f30ad..c2f7a40bec1e7788aa740edf59ffd94ef5c375fb 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 = 16384
+        self.buffer_size = 65536
         self.channel = shout.Shout()
         self.id = 999999
         self.counter = 0