Browse Source
Go's startWorker breaks the batch at either 128 requests or 4MB of accumulated write data. Rust only had the 128-request limit, allowing large writes to accumulate unbounded latency.rust-volume-server
1 changed files with 12 additions and 3 deletions
Loading…
Reference in new issue