mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
upload.py: add some notes: extensions are more like 419 than 1000 bytes
This commit is contained in:
parent
f153dafaa0
commit
aebd80feec
@ -58,6 +58,8 @@ class UploadResults(Copyable, RemoteCopy):
|
||||
# the extension changes size, we can change EXTENSION_SIZE to
|
||||
# allocate a more accurate amount of space.
|
||||
EXTENSION_SIZE = 1000
|
||||
# TODO: actual extensions are closer to 419 bytes, so we can probably lower
|
||||
# this.
|
||||
|
||||
class PeerTracker:
|
||||
def __init__(self, peerid, storage_server,
|
||||
|
Loading…
Reference in New Issue
Block a user