| Set the maximum number of concurrent access attempts allowed.
-1 indicates unbounded concurrency.
In principle, this limit can be changed at runtime,
although it is generally designed as a config time setting.
NOTE: Do not switch between -1 and any concrete limit at runtime,
as this will lead to inconsistent concurrency counts: A limit
of -1 effectively turns off concurrency counting completely.
|