diff roundup/configuration.py @ 7180:e3f3f859256c

revert increase in PBKDF2 rounds to get baseline perf.
author John Rouillard <rouilj@ieee.org>
date Sun, 26 Feb 2023 12:01:53 -0500
parents be7849588372
children 2de72f75f2f8
line wrap: on
line diff
--- a/roundup/configuration.py	Sun Feb 26 12:01:09 2023 -0500
+++ b/roundup/configuration.py	Sun Feb 26 12:01:53 2023 -0500
@@ -1086,7 +1086,7 @@
             "get the error 'Error: field larger than field limit' during\n"
             "import."),
         (IntegerNumberGeqZeroOption, 'password_pbkdf2_default_rounds',
-         '2000000',
+         '10000',
             "Sets the default number of rounds used when encoding passwords\n"
             "using the PBKDF2 scheme. Set this to a higher value on faster\n"
             "systems which want more security.\n"

Roundup Issue Tracker: http://roundup-tracker.org/