Change softoken password rounds to a more conservative number.

This commit is contained in:
Fedor 2019-08-01 03:18:18 +03:00
parent 7fba9d19af
commit 6efd685a17
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@
const int NSS_DEFAULT_ITERATION_COUNT =
#ifdef DEBUG
1000
25
#else
60000
500
#endif
;