diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-01-09 18:23:16 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-01-09 18:23:16 +0000 |
commit | 9c3377b041f07be4bef472c0cd19cfe6e97f194d (patch) | |
tree | 12606fa558f09ddccad9488c44c91aa6ab52dfda | |
parent | cd0e9c9b6384e4c9200d10088a13164ce4229ea6 (diff) |
make sequential uuids the default
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@897509 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 409bfe98..f490eb97 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -99,7 +99,7 @@ _update = {couch_httpd_show, handle_doc_update_req} ; random prefix is regenerated and the process starts over. ; utc_random - Time since Jan 1, 1970 UTC with microseconds ; First 14 characters are the time in hex. Last 18 are random. -algorithm = random +algorithm = sequential [stats] ; rate is in milliseconds |