Merge pull request #2878 from stianst/master
KEYCLOAK-3020 Fix migration docs
This commit is contained in:
commit
39d2c3ad81
1 changed files with 3 additions and 2 deletions
|
@ -102,8 +102,9 @@
|
||||||
<simplesect>
|
<simplesect>
|
||||||
<title>Default password hashing interval increased to 20K</title>
|
<title>Default password hashing interval increased to 20K</title>
|
||||||
<para>
|
<para>
|
||||||
The default password hashing interval for new realms is increased to 20K (from 1 previously). This will have a significant performance
|
The default password hashing interval for new realms has been increased to 20K (from 1 previously). This change will have an impact on
|
||||||
when users login.
|
performance when users authenticate. For example with the old default (1) it takes less than 1 ms to hash a password, but with the new
|
||||||
|
default (20K) the same operation can take 50-100 ms.
|
||||||
</para>
|
</para>
|
||||||
</simplesect>
|
</simplesect>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue