Changeset 8ed333b1 in trunk


Ignore:
Timestamp:
2022-12-01T19:45:45Z (3 years ago)
Author:
Itamar Turner-Trauring <itamar@…>
Branches:
master
Children:
c93ff23
Parents:
0ba58070
Message:

Correct explanation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/immutable/layout.py

    r0ba58070 r8ed333b1  
    163163        self._create_offsets(block_size, data_size)
    164164
    165         # With a ~1MB batch size, max upload speed is 1MB * round-trip latency
     165        # With a ~1MB batch size, max upload speed is 1MB/(round-trip latency)
    166166        # assuming the writing code waits for writes to finish, so 20MB/sec if
    167167        # latency is 50ms. In the US many people only have 1MB/sec upload speed
Note: See TracChangeset for help on using the changeset viewer.