From aebd80feec07e0729a012b2d7e36725dbd97b941 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 15 Apr 2008 11:14:58 -0700 Subject: [PATCH] upload.py: add some notes: extensions are more like 419 than 1000 bytes --- src/allmydata/upload.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/allmydata/upload.py b/src/allmydata/upload.py index 3e71ff89..f52978ab 100644 --- a/src/allmydata/upload.py +++ b/src/allmydata/upload.py @@ -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, -- 2.45.2