change bscache args to new bstrd version
This commit is contained in:
@ -5,7 +5,7 @@ from bstrd import BSCache
|
||||
class SimpleCapture:
|
||||
def __init__(self):
|
||||
self.chn=None
|
||||
self.bs = BSCache(100000,100000) # 1000 second time out, capazity for 1000 second.
|
||||
self.bs = BSCache(100000, receive_timeout=100000) # 1000 second time out, capazity for 1000 second.
|
||||
self.abort=False
|
||||
|
||||
def terminate(self):
|
||||
|
Reference in New Issue
Block a user