mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
setup: increase requirement on foolscap from >= 0.4.1 to >= 0.5.1 to avoid the foolscap performance bug with transferring large mutable files
This commit is contained in:
parent
24c72f2942
commit
5377d99cf3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user