Add limit for authSessions per rootAuthSession in map storage
This commit is contained in:
parent
14fdd2af65
commit
be0724fdc8
1 changed files with 9 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue