You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2013/04/05 00:18:10 UTC

git commit: updated refs/heads/master to f726bc4

Updated Branches:
  refs/heads/master 88c3171dc -> f726bc4de


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/f726bc4d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/f726bc4d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/f726bc4d

Branch: refs/heads/master
Commit: f726bc4dee4a4be0d5ed15f012cfbafd2a9dd7d7
Parents: 88c3171
Author: Robert Newson <rn...@apache.org>
Authored: Sat Jan 26 18:47:32 2013 +0100
Committer: benoitc <bc...@gmail.com>
Committed: Fri Apr 5 00:16:34 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/f726bc4d/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