Skip to content

Commit db7ffa4

Browse files
committed
revert increase in PBKDF2 rounds to get baseline perf.
1 parent 1b116cc commit db7ffa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ def str2value(self, value):
10861086
"get the error 'Error: field larger than field limit' during\n"
10871087
"import."),
10881088
(IntegerNumberGeqZeroOption, 'password_pbkdf2_default_rounds',
1089-
'2000000',
1089+
'10000',
10901090
"Sets the default number of rounds used when encoding passwords\n"
10911091
"using the PBKDF2 scheme. Set this to a higher value on faster\n"
10921092
"systems which want more security.\n"

0 commit comments

Comments
 (0)