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/dde085d0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/dde085d0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/dde085d0 Branch: refs/heads/route-events Commit: dde085d0f393161e81fae8e29159a4937014fb32 Parents: 3c22eac Author: Robert Newson <[email protected]> Authored: Sat Jan 26 18:47:32 2013 +0100 Committer: Garren Smith <[email protected]> Committed: Thu May 9 09:59:57 2013 +0200 ---------------------------------------------------------------------- etc/couchdb/default.ini.tpl.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/dde085d0/etc/couchdb/default.ini.tpl.in ---------------------------------------------------------------------- diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 94bf2fe..736d9cd 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
