mirror of
https://github.com/minio/minio.git
synced 2025-01-26 06:03:17 -05: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.