mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-22 16:43:35 +08:00
Add download speed limit support (#3408)
This commit is contained in:
@@ -68,6 +68,7 @@ type FilerOption struct {
|
||||
SaveToFilerLimit int64
|
||||
ConcurrentUploadLimit int64
|
||||
ShowUIDirectoryDelete bool
|
||||
DownloadMaxBytesPs int64
|
||||
}
|
||||
|
||||
type FilerServer struct {
|
||||
|
Reference in New Issue
Block a user