[PR #451] [MERGED] fix: Resolve speed bottleneck in 10G network #620

Closed
opened 2026-04-08 16:53:42 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/451
Author: @clxcore
Created: 9/7/2024
Status: Merged
Merged: 9/7/2024
Merged by: @sigoden

Base: mainHead: bugfix/buffer


📝 Commits (1)

  • a13bab8 fix: Resolve speed bottleneck in 10G network

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/server.rs (+2 -2)

📄 Description

Since version v0.39.0 started using ReaderStream, the default buffer size is insufficient, leading to noticeable speed limitation bottlenecks in 10 Gigabit Ethernet environments.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/451 **Author:** [@clxcore](https://github.com/clxcore) **Created:** 9/7/2024 **Status:** ✅ Merged **Merged:** 9/7/2024 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `bugfix/buffer` --- ### 📝 Commits (1) - [`a13bab8`](https://github.com/sigoden/dufs/commit/a13bab8bf6a82e3cfdb6d4e0a12e1db1b36815f8) fix: Resolve speed bottleneck in 10G network ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/server.rs` (+2 -2) </details> ### 📄 Description Since version v0.39.0 started using ReaderStream, the default buffer size is insufficient, leading to noticeable speed limitation bottlenecks in 10 Gigabit Ethernet environments. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:42 +03:00
zhus closed this issue 2026-04-08 16:53:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#620