diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2025-12-10 14:12:51 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-10 14:12:51 -0800 |
| commit | 2d06ddab414dcc78c282ab91136c8e1dcaa38ffa (patch) | |
| tree | e965b657dcbd97729ae0f1c0f66d253d819a5f1b /weed/server/filer_server.go | |
| parent | 924d410dc88fcf3e72fcaac5d37a526890bdba79 (diff) | |
| download | seaweedfs-2d06ddab414dcc78c282ab91136c8e1dcaa38ffa.tar.xz seaweedfs-2d06ddab414dcc78c282ab91136c8e1dcaa38ffa.zip | |
Remove default concurrent upload/download limits for best performance (#7712)
Change all concurrentUploadLimitMB and concurrentDownloadLimitMB defaults
from fixed values (64, 128, 256 MB) to 0 (unlimited).
This removes artificial throttling that can limit throughput on high-performance
systems, especially on all-flash setups with many cores.
Files changed:
- volume.go: concurrentUploadLimitMB 256->0, concurrentDownloadLimitMB 256->0
- server.go: filer/volume/s3 concurrent limits 64/128->0
- s3.go: concurrentUploadLimitMB 128->0
- filer.go: concurrentUploadLimitMB 128->0, s3.concurrentUploadLimitMB 128->0
Users can still set explicit limits if needed for resource management.
Diffstat (limited to 'weed/server/filer_server.go')
0 files changed, 0 insertions, 0 deletions
