#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.

Change History (0)

Note: See TracTickets for help on using tickets.