mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
web/operations: undo the disable-ophandle-expiration change that inadvertently got included in zooko's recent 'rename wapi.txt to webapi.txt' patch, causing test failures
This commit is contained in:
parent
f9ee60a88e
commit
e9d4334159
@ -109,7 +109,7 @@ class OphandleTable(rend.Page, service.Service):
|
||||
if ophandle in self.timers and self.timers[ophandle].active():
|
||||
self.timers[ophandle].cancel()
|
||||
self.timers.pop(ophandle, None)
|
||||
# self.handles.pop(ophandle, None)
|
||||
self.handles.pop(ophandle, None)
|
||||
|
||||
class ReloadMixin:
|
||||
REFRESH_TIME = 1*MINUTE
|
||||
|
Loading…
Reference in New Issue
Block a user