Ticket #577: 577behavior.darcspatch.txt

File 577behavior.darcspatch.txt, 2.5 KB (added by kevan, at 2010-02-21T01:46:41Z)
Line 
1Sat Feb 20 17:05:12 PST 2010  Kevan Carstensen <kevan@isnotajoke.com>
2  * Increase ophandle expiration times, per #577
3
4New patches:
5
6[Increase ophandle expiration times, per #577
7Kevan Carstensen <kevan@isnotajoke.com>**20100221010512
8 Ignore-this: 247f61fe8855a0c76fef3777a957f495
9] {
10hunk ./src/allmydata/web/operations.py 17
11 
12 MINUTE = 60
13 HOUR = 60*MINUTE
14+DAY = 24*HOUR
15 
16 (MONITOR, RENDERER, WHEN_ADDED) = range(3)
17 
18hunk ./src/allmydata/web/operations.py 24
19 class OphandleTable(rend.Page, service.Service):
20     implements(IOpHandleTable)
21 
22-    UNCOLLECTED_HANDLE_LIFETIME = 1*HOUR
23-    COLLECTED_HANDLE_LIFETIME = 10*MINUTE
24+    UNCOLLECTED_HANDLE_LIFETIME = 4*DAY
25+    COLLECTED_HANDLE_LIFETIME = 1*DAY
26 
27     def __init__(self):
28         # both of these are indexed by ophandle
29}
30
31Context:
32
33[setup: comment-out the dependency on pycrypto, see #953
34zooko@zooko.com**20100215050844
35 Ignore-this: 2751120921ff35b8189d8fcd896da149
36]
37[web/storage.py: display total-seen on the last-complete-cycle line. For #940.
38Brian Warner <warner@lothar.com>**20100208002010
39 Ignore-this: c0ed860f3e9628d3171d2b055d96c5aa
40]
41[Add tests for #939
42Kevan Carstensen <kevan@isnotajoke.com>**20100212062137
43 Ignore-this: 5459e8c64ba76cca70aa720e68549637
44]
45[Alter CLI utilities to handle nonexistent aliases better
46Kevan Carstensen <kevan@isnotajoke.com>**20100211024318
47 Ignore-this: e698ea4a57f5fe27c24336581ca0cf65
48]
49[adding pycrypto to the auto dependencies
50secorp@allmydata.com**20100206054314
51 Ignore-this: b873fc00a6a5b001d30d479e6053cf2f
52]
53[docs running.html - "tahoe run ." does not work with the current installation, replaced with "tahoe start ."
54secorp@allmydata.com**20100206165320
55 Ignore-this: fdb2dcb0e417d303cd43b1951a4f8c03
56]
57[code coverage: replace figleaf with coverage.py, should work on py2.6 now.
58Brian Warner <warner@lothar.com>**20100203165421
59 Ignore-this: 46ab590360be6a385cb4fc4e68b6b42c
60 
61 It still lacks the right HTML report (the builtin report is very pretty, but
62 lacks the "lines uncovered" numbers that I want), and the half-finished
63 delta-from-last-run measurements.
64]
65[More comprehensive changes and ticket references for NEWS
66david-sarah@jacaranda.org**20100202061256
67 Ignore-this: 696cf0106e8a7fd388afc5b55fba8a1b
68]
69[docs: install.html: link into Python 2.5.5 download page
70zooko@zooko.com**20100202065852
71 Ignore-this: 1a9471b8175b7de5741d8445a7ede29d
72]
73[TAG allmydata-tahoe-1.6.0
74zooko@zooko.com**20100202061125
75 Ignore-this: dee6ade7ac1452cf5d1d9c69a8146d84
76]
77Patch bundle hash:
784998f4ba2a528454d30b128a57137a6dda07781c