Skip to content

Commit

Permalink
really disable compaction daemon for JS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wohali committed Jul 7, 2017
1 parent add912a commit a461c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/run
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a461c44

Please sign in to comment.