#1231 closed defect (fixed)

stale comment in mutable/servermap.py

Reported by: davidsarah Owned by: Brian Warner <warner@…>
Priority: minor Milestone: 1.8.1
Component: code-mutable Version: 1.8.0
Keywords: cleanup Cc:
Launchpad Bug:

Description

The comment at src/allmydata/mutable/servermap.py@4329#L373 says:

        # A future version of the SMDF slot format should consider using
        # fixed-size slots so we can retrieve less data. For now, we'll just
        # read 2000 bytes, which also happens to read enough actual data to
        # pre-fetch a 9-entry dirnode.

but the amount of data actually read is 4000 or 1000 bytes (depending on the "mode").

Change History (1)

comment:1 Changed at 2010-10-29T09:38:32Z by Brian Warner <warner@…>

  • Owner set to Brian Warner <warner@…>
  • Resolution set to fixed
  • Status changed from new to closed

In d61d41147cf6a595:

mutable/servermap.py: update comment. Closes #1231.

Note: See TracTickets for help on using tickets.