mirror of
https://github.com/minio/minio.git
synced 2025-01-27 06:33:18 -05:00
Fix typo introduced in previous commit
This commit is contained in:
parent
a972e2c3d6
commit
e39de4f603
@ -68,7 +68,7 @@ func HTTPHandler(driver drivers.Driver) http.Handler {
|
|||||||
// h = quota.BandwidthCap(h, 100*1024*1024, time.Duration(24*time.Hour))
|
// h = quota.BandwidthCap(h, 100*1024*1024, time.Duration(24*time.Hour))
|
||||||
// h = quota.RequestLimit(h, 100, time.Duration(30*time.Minute))
|
// h = quota.RequestLimit(h, 100, time.Duration(30*time.Minute))
|
||||||
// h = quota.RequestLimit(h, 1000, time.Duration(24*time.Hour))
|
// h = quota.RequestLimit(h, 1000, time.Duration(24*time.Hour))
|
||||||
h = quota.ConnectionLimit(h, 2)
|
h = quota.ConnectionLimit(h, 5)
|
||||||
h = logging.LogHandler(h)
|
h = logging.LogHandler(h)
|
||||||
return h
|
return h
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user