This is an automated email from the ASF dual-hosted git repository. chewbranca pushed a commit to branch ioq-per-shard-or-user in repository https://gitbox.apache.org/repos/asf/couchdb-ioq.git
commit 126a849fa394f336bc769e85adad143a651c4ec1 Author: ILYA Khlopotov <[email protected]> AuthorDate: Tue Aug 23 14:23:24 2016 -0700 Fix a typo in a child name COUCHDB-3102 --- src/ioq_sup.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ioq_sup.erl b/src/ioq_sup.erl index 56e51ae..fa919e4 100644 --- a/src/ioq_sup.erl +++ b/src/ioq_sup.erl @@ -31,7 +31,7 @@ init([]) -> worker, [config_listener_mon] }, - ?CHILD(ioq_server, worker) + ?CHILD(ioq, worker) ]} }. handle_config_change("ioq", _Key, _Val, _Persist, St) ->
