Sat Feb 20 17:05:12 PST 2010  Kevan Carstensen <kevan@isnotajoke.com>
  * Increase ophandle expiration times, per #577

New patches:

[Increase ophandle expiration times, per #577
Kevan Carstensen <kevan@isnotajoke.com>**20100221010512
 Ignore-this: 247f61fe8855a0c76fef3777a957f495
] {
hunk ./src/allmydata/web/operations.py 17
 
 MINUTE = 60
 HOUR = 60*MINUTE
+DAY = 24*HOUR
 
 (MONITOR, RENDERER, WHEN_ADDED) = range(3)
 
hunk ./src/allmydata/web/operations.py 24
 class OphandleTable(rend.Page, service.Service):
     implements(IOpHandleTable)
 
-    UNCOLLECTED_HANDLE_LIFETIME = 1*HOUR
-    COLLECTED_HANDLE_LIFETIME = 10*MINUTE
+    UNCOLLECTED_HANDLE_LIFETIME = 4*DAY
+    COLLECTED_HANDLE_LIFETIME = 1*DAY
 
     def __init__(self):
         # both of these are indexed by ophandle
}

Context:

[setup: comment-out the dependency on pycrypto, see #953
zooko@zooko.com**20100215050844
 Ignore-this: 2751120921ff35b8189d8fcd896da149
] 
[web/storage.py: display total-seen on the last-complete-cycle line. For #940.
Brian Warner <warner@lothar.com>**20100208002010
 Ignore-this: c0ed860f3e9628d3171d2b055d96c5aa
] 
[Add tests for #939
Kevan Carstensen <kevan@isnotajoke.com>**20100212062137
 Ignore-this: 5459e8c64ba76cca70aa720e68549637
] 
[Alter CLI utilities to handle nonexistent aliases better
Kevan Carstensen <kevan@isnotajoke.com>**20100211024318
 Ignore-this: e698ea4a57f5fe27c24336581ca0cf65
] 
[adding pycrypto to the auto dependencies
secorp@allmydata.com**20100206054314
 Ignore-this: b873fc00a6a5b001d30d479e6053cf2f
] 
[docs running.html - "tahoe run ." does not work with the current installation, replaced with "tahoe start ."
secorp@allmydata.com**20100206165320
 Ignore-this: fdb2dcb0e417d303cd43b1951a4f8c03
] 
[code coverage: replace figleaf with coverage.py, should work on py2.6 now.
Brian Warner <warner@lothar.com>**20100203165421
 Ignore-this: 46ab590360be6a385cb4fc4e68b6b42c
 
 It still lacks the right HTML report (the builtin report is very pretty, but
 lacks the "lines uncovered" numbers that I want), and the half-finished
 delta-from-last-run measurements.
] 
[More comprehensive changes and ticket references for NEWS
david-sarah@jacaranda.org**20100202061256
 Ignore-this: 696cf0106e8a7fd388afc5b55fba8a1b
] 
[docs: install.html: link into Python 2.5.5 download page
zooko@zooko.com**20100202065852
 Ignore-this: 1a9471b8175b7de5741d8445a7ede29d
] 
[TAG allmydata-tahoe-1.6.0
zooko@zooko.com**20100202061125
 Ignore-this: dee6ade7ac1452cf5d1d9c69a8146d84
] 
Patch bundle hash:
4998f4ba2a528454d30b128a57137a6dda07781c
