Opened at 2012-06-23T23:39:18Z
Last modified at 2013-03-23T18:07:59Z
#1781 closed defect
default maximum-immutable-share-size is probably off-by-one — at Initial Version
Reported by: | davidsarah | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | code | Version: | 1.9.1 |
Keywords: | immutable easy | Cc: | |
Launchpad Bug: |
Description
At src/allmydata/storage_client.py#L181:
"maximum-immutable-share-size": 2**32,
I think this is the default used for old servers that didn't explicitly declare a maximum immutable share size, and that it should really be 232 - 1.
Note: See
TracTickets for help on using
tickets.