From 51d44ba676e7097813ac9a6b2a66390d26fe1f3b Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Tue, 7 Feb 2023 09:04:20 -0500 Subject: [PATCH] Document. --- src/allmydata/interfaces.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index 493a4a31f..6f0b0a00e 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -41,6 +41,7 @@ URI = StringConstraint(300) # kind of arbitrary MAX_BUCKETS = 256 # per peer -- zfec offers at most 256 shares per file +# The default size for segments of new CHK ("immutable") uploads. DEFAULT_IMMUTABLE_MAX_SEGMENT_SIZE = 1024*1024 ShareData = StringConstraint(None)