Skip to content

Commit

Permalink
Reduce PBKDF2 work factor
Browse files Browse the repository at this point in the history
COUCHDB-1634
  • Loading branch information
rnewson authored and benoitc committed Apr 4, 2013
1 parent 88c3171 commit f726bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/couchdb/default.ini.tpl.in
Expand Up @@ -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
Expand Down

0 comments on commit f726bc4

Please sign in to comment.