aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server.go
diff options
context:
space:
mode:
authorLHHDZ <changlin.shi@ly.com>2022-08-05 16:16:42 +0800
committerGitHub <noreply@github.com>2022-08-05 01:16:42 -0700
commit84ec68e11af0e7ec08c188714f912955cd71759a (patch)
tree006ee731be2ff7072d91b46006ddee184efb2314 /weed/server/filer_server.go
parentb278bb24d380fe8c6ea6a31e0250791abb97d807 (diff)
downloadseaweedfs-84ec68e11af0e7ec08c188714f912955cd71759a.tar.xz
seaweedfs-84ec68e11af0e7ec08c188714f912955cd71759a.zip
Add download speed limit support (#3408)
Diffstat (limited to 'weed/server/filer_server.go')
-rw-r--r--weed/server/filer_server.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/server/filer_server.go b/weed/server/filer_server.go
index 1e220d5db..a243b07f9 100644
--- a/weed/server/filer_server.go
+++ b/weed/server/filer_server.go
@@ -68,6 +68,7 @@ type FilerOption struct {
SaveToFilerLimit int64
ConcurrentUploadLimit int64
ShowUIDirectoryDelete bool
+ DownloadMaxBytesPs int64
}
type FilerServer struct {