1
0
mirror of https://github.com/minio/minio.git synced 2025-03-26 07:20:56 -04:00
Harshavardhana 74ccee6619
avoid too much auditing during decom/rebalance make it more robust ()
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.
2024-03-06 03:43:16 -08:00
..