You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/07/07 16:38:17 UTC

[couchdb] 01/03: really disable compaction daemon for JS tests

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit a461c44a33c2a0d505a57ca4fe916f69fbd116db
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Fri Jul 7 03:17:57 2017 -0400

    really disable compaction daemon for JS tests
---
 dev/run | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev/run b/dev/run
index 36267ce..2f25071 100755
--- a/dev/run
+++ b/dev/run
@@ -189,7 +189,8 @@ def setup_configs(ctx):
             "backend_port": backend_port,
             "fauxton_root": fauxton_root,
             "uuid": "fake_uuid_for_dev",
-            "_default": ""
+            "_default": "",
+            "compaction_daemon": "{}"
         }
         write_config(ctx, node, env)
 

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.