#1781 closed defect

default maximum-immutable-share-size is probably off-by-one — at Version 1

Reported by: davidsarah Owned by:
Priority: minor Milestone: 1.10.0
Component: code Version: 1.9.1
Keywords: immutable easy Cc:
Launchpad Bug:

Description (last modified by davidsarah)

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 (1)

comment:1 Changed at 2012-06-23T23:39:37Z by davidsarah

  • Description modified (diff)
Note: See TracTickets for help on using tickets.