mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 03:14:21 +00:00
make history longer
This commit is contained in:
parent
7e84b0cf57
commit
8ba2912ff4
@ -130,7 +130,7 @@ class QueueMixin(HookMixin):
|
||||
|
||||
self._deque = deque()
|
||||
# do we also want to bound on "maximum age"?
|
||||
self._process_history = deque(maxlen=10)
|
||||
self._process_history = deque(maxlen=20)
|
||||
self._lazy_tail = defer.succeed(None)
|
||||
self._stopped = False
|
||||
self._turn_delay = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user