dedicated upload processor

avoid thundering effect of overloading volume servers
This commit is contained in:
Chris Lu
2021-04-01 02:21:40 -07:00
parent 1f984d2645
commit cefe66f159
3 changed files with 180 additions and 65 deletions

View File

@@ -59,7 +59,7 @@ type FilerOption struct {
Port uint32
recursiveDelete bool
Cipher bool
SaveToFilerLimit int
SaveToFilerLimit int64
Filers []string
ConcurrentUploadLimit int64
}