minio/docs/iam
Harshavardhana a22ce4550c protect workers and simplify use of atomics (#19982)
without atomic load() it is possible that for
a slow receiver we would get into a hot-loop, when
logCh is full and there are many incoming callers.

to avoid this as a workaround enable BATCH_SIZE
greater than 100 to ensure that your slow receiver
receives data in bulk to avoid being throttled in
some manner.

this PR however fixes the unprotected access to
the current workers value.
2024-06-24 18:15:27 -07:00
..
policies protect workers and simplify use of atomics (#19982) 2024-06-24 18:15:27 -07:00
access-management-plugin.md Add HTTP2 config option for policy plugin (#16225) 2022-12-13 14:28:48 -08:00
access-manager-plugin.go Update IAM access manager plugin demo (#19007) 2024-02-08 09:15:20 -08:00
identity-management-plugin.md Add support for Identity Management Plugin (#14913) 2022-05-26 17:58:09 -07:00
identity-manager-plugin.go fix: Filter out cust. AssumeRole Token for audit (#19646) 2024-05-01 14:31:13 -07:00
opa.md Add decommission compression+encryption enabled tests (#15322) 2022-07-17 08:43:14 -07:00