Document.

This commit is contained in:
Itamar Turner-Trauring 2023-02-07 09:04:20 -05:00
parent f4255cdaa3
commit 51d44ba676

View File

@ -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)