Changeset 8ed333b1 in trunk
- Timestamp:
- 2022-12-01T19:45:45Z (3 years ago)
- Branches:
- master
- Children:
- c93ff23
- Parents:
- 0ba58070
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/immutable/layout.py ¶
r0ba58070 r8ed333b1 163 163 self._create_offsets(block_size, data_size) 164 164 165 # With a ~1MB batch size, max upload speed is 1MB * round-trip latency165 # With a ~1MB batch size, max upload speed is 1MB/(round-trip latency) 166 166 # assuming the writing code waits for writes to finish, so 20MB/sec if 167 167 # latency is 50ms. In the US many people only have 1MB/sec upload speed
Note: See TracChangeset
for help on using the changeset viewer.