projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9ee60a
)
web/operations: undo the disable-ophandle-expiration change that inadvertently got...
author
Brian Warner
<warner@allmydata.com>
Thu, 15 Jan 2009 02:14:59 +0000
(19:14 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 15 Jan 2009 02:14:59 +0000
(19:14 -0700)
src/allmydata/web/operations.py
patch
|
blob
|
history
diff --git
a/src/allmydata/web/operations.py
b/src/allmydata/web/operations.py
index 31ff44670e27d0e0bf4bc46fa94ea51be8b099bf..2466ecdaa584b6124e550f299e4cf4f550717684 100644
(file)
--- a/
src/allmydata/web/operations.py
+++ b/
src/allmydata/web/operations.py
@@
-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