[tahoe-lafs-trac-stream] [tahoe-lafs] #1781: default maximum-immutable-share-size is probably off-by-one

tahoe-lafs trac at tahoe-lafs.org
Sat Jun 23 23:39:37 UTC 2012


#1781: default maximum-immutable-share-size is probably off-by-one
----------------------------+-----------------------
     Reporter:  davidsarah  |      Owner:
         Type:  defect      |     Status:  new
     Priority:  minor       |  Milestone:  1.10.0
    Component:  code        |    Version:  1.9.1
   Resolution:              |   Keywords:  immutable
Launchpad Bug:              |
----------------------------+-----------------------
Description changed by davidsarah:

Old description:

> At [source: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
> 2**32 - 1.

New description:

 At [source: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 2^32^
 - 1.

--

-- 
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1781#comment:1>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list