change bscache args to new bstrd version

This commit is contained in:
2025-04-27 13:39:42 +02:00
parent 100be302e9
commit 26998e15dd
5 changed files with 7 additions and 7 deletions

View File

@ -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):