summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2013-01-26 18:47:32 +0100
committerbenoitc <bchesneau@gmail.com>2013-04-05 00:16:34 +0200
commitf726bc4dee4a4be0d5ed15f012cfbafd2a9dd7d7 (patch)
treec68dba7aa07039d1da5501bbac94b200d802b211
parent88c3171dc1d33979e51cdb18e96a2d333e440376 (diff)
downloadcouchdb-f726bc4dee4a4be0d5ed15f012cfbafd2a9dd7d7.tar.gz
Reduce PBKDF2 work factor
COUCHDB-1634
-rw-r--r--etc/couchdb/default.ini.tpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index 94bf2fe4e..736d9cd07 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -66,7 +66,7 @@ require_valid_user = false
timeout = 600 ; number of seconds before automatic logout
auth_cache_size = 50 ; size is number of cache entries
allow_persistent_cookies = false ; set to true to allow persistent cookies
-iterations = 10000 ; iterations for password hashing
+iterations = 10 ; iterations for password hashing
[cors]
credentials = false