mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-11 20:11:47 +00:00
Correct explanation.
This commit is contained in:
@ -162,7 +162,7 @@ class WriteBucketProxy(object):
|
|||||||
|
|
||||||
self._create_offsets(block_size, data_size)
|
self._create_offsets(block_size, data_size)
|
||||||
|
|
||||||
# With a ~1MB batch size, max upload speed is 1MB * round-trip latency
|
# With a ~1MB batch size, max upload speed is 1MB/(round-trip latency)
|
||||||
# assuming the writing code waits for writes to finish, so 20MB/sec if
|
# assuming the writing code waits for writes to finish, so 20MB/sec if
|
||||||
# latency is 50ms. In the US many people only have 1MB/sec upload speed
|
# latency is 50ms. In the US many people only have 1MB/sec upload speed
|
||||||
# as of 2022 (standard Comcast). For further discussion of how one
|
# as of 2022 (standard Comcast). For further discussion of how one
|
||||||
|
Reference in New Issue
Block a user