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:
24c72f2
)
setup: increase requirement on foolscap from >= 0.4.1 to >= 0.5.1 to avoid the foolsc...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 2 Aug 2010 07:17:48 +0000
(
00:17
-0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 2 Aug 2010 07:17:48 +0000
(
00:17
-0700)
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index c55c9aed017a5f1436d598c1dbb82a5b1950f043..40e9d952529fb672bf2622c244300a5d4a2f71ad 100644
(file)
--- a/
_auto_deps.py
+++ b/
_auto_deps.py
@@
-10,7
+10,11
@@
install_requires=[
"zope.interface",
"Twisted >= 2.4.0",
- "foolscap[secure_connections] >= 0.4.1",
+
+ # foolscap < 0.5.1 had a performance bug which spent
+ # O(N**2) CPU for transferring large mutable files
+ # of size N.
+ "foolscap[secure_connections] >= 0.5.1",
"Nevow >= 0.6.0",
# pycryptopp v0.5.15 applied a patch from Wei Dai to fix an