Add limit for authSessions per rootAuthSession in map storage

This commit is contained in:
Martin Kanis 2022-08-09 12:40:06 +02:00 committed by Hynek Mlnařík
parent 14fdd2af65
commit be0724fdc8

View file

@ -31,6 +31,14 @@ ifeval::["{kc_dist}" == "quarkus"]
----
bin/kc.[sh|bat] start --spi-authentication-sessions-infinispan-auth-sessions-limit=100
----
The equivalent command for the new map storage:
[source,bash]
----
bin/kc.[sh|bat] start --spi-authentication-sessions-map-auth-sessions-limit=100
----
endif::[]
ifeval::["{kc_dist}" == "wildfly"]