#14 Cache active user count for performance #32
Loading…
Reference in New Issue
No description provided.
Delete Branch "cache-active-user-count"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added new variable
CacheMilliseconds
. If it is set the calculation of number of active users will be cached for the specified time. Cache is immediately invalidated if a new user is granted access, so in effect the cache only comes into effect once the capacity limit is met. Closes #14