mirror of
https://github.com/pgsty/minio.git
synced 2026-07-17 01:29:19 +03:00
e91a4a414c
simplify audit webhook worker model fixes couple of bugs like - ping(ctx) was creating a logger without updating number of workers leading to incorrect nWorkers scaling, causing an additional worker that is not tracked properly. - h.logCh <- entry could potentially hang for when the queue is full on heavily loaded systems.