Updated Branches: refs/heads/1.3.x 645f861a7 -> 2385267af
Reduce PBKDF2 work factor COUCHDB-1634 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2385267a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2385267a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2385267a Branch: refs/heads/1.3.x Commit: 2385267af8f389771d537de1bcd1e5abe54eb9a3 Parents: 645f861 Author: Robert Newson <[email protected]> Authored: Sat Jan 26 18:47:32 2013 +0100 Committer: Robert Newson <[email protected]> Committed: Sat Jan 26 19:22:57 2013 +0100 ---------------------------------------------------------------------- etc/couchdb/default.ini.tpl.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/2385267a/etc/couchdb/default.ini.tpl.in ---------------------------------------------------------------------- diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index be92fcf..ca26eb0 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
