From 604d6e42ea26a62e2b34448dde34040a28b885b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20J=C3=B6rg=20Schmidt?= Date: Mon, 24 Mar 2014 17:10:36 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e3d675..c49fccc 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,9 @@ Now CouchDB takes care of the couchmagick process. username = mein-user password = secure ; Number of simultanous streams of changes feeds in parallel. Default is 1. +; Increase it to the number of your databases, to get best performance. streams = 1 -; Concurrency level (number of simultanous convert processes). Default is 1 +; Concurrency level (number of simultanous convert processes per stream). Default is 1. concurrency = 1 ; Timeout for convert process in ms. Default is 60000 (1min) convert_process_timeout = 60000