max-entries

max-entries = number_of_entries

Description

Maximum number of concurrent entries in the credentials cache. When the cache size reaches this value, entries are removed from the cache according to a least recently used algorithm to allow new incoming logins.

The value can be configured for a specific session cache (authenticated or unauthenticated) by adding an additional entry, prefixedby auth or unauth.

Options

Usage: Required.

Default value

4096

Example:

max-entries = 4096
unauth-max-entries = 1024

Parent topic: [session] stanza