List Management

When the entries of login attempts and active user sessions in a list complete their limit, an addition of the next entry requires some of the old entries to be removed.

  • Each list has a specific dropQuanta assigned as 256 entries. Hence, when the list becomes full, the oldest 256 entries are removed.
  • Maximum entries are defaulted as 1024. You can change this number using JMX.
  • For an active user list, the users which are still active are not removed. Such users are skipped and list is browsed until 256 entries are dropped. If you expect that more than 1024 users can remain active at any time, increase this count.