mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
Adding quotas based upon type
This commit is contained in:
@@ -92,5 +92,5 @@ func HTTPHandler(domain string, driver drivers.Driver) http.Handler {
|
||||
|
||||
h := validateHandler(conf, ignoreResourcesHandler(mux))
|
||||
// quota handler is always last
|
||||
return quota.Handler(h, int64(100*1024*1024))
|
||||
return quota.BandwidthCap(h, int64(100*1024*1024))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user