mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
Add rate limiter instead of connection limit for now
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ func setDummyAuthHeader(req *http.Request) {
|
||||
}
|
||||
|
||||
func setConfig(driver drivers.Driver) Config {
|
||||
conf := Config{ConnectionLimit: 16}
|
||||
conf := Config{RateLimit: 16}
|
||||
conf.SetDriver(driver)
|
||||
return conf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user