mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
avoid too much auditing during decom/rebalance make it more robust (#19174)
there can be a sudden spike in tiny allocations, due to too much auditing being done, also don't hang on the ``` h.logCh <- entry ``` after initializing workers if you do not have a way to dequeue for some reason.
This commit is contained in:
@@ -41,7 +41,6 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
flag.DurationVar(&less, "less", 0, "goroutine waiting less than the specified time")
|
||||
flag.DurationVar(&goTime, "time", 0, "goroutine waiting for exactly the specified time")
|
||||
flag.DurationVar(&margin, "margin", 0, "margin time")
|
||||
|
||||
Reference in New Issue
Block a user