You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/02/04 16:49:44 UTC

[2/3] couchdb-ioq git commit: Don't restart event handler on termination

Don't restart event handler on termination

COUCHDB-2561


Project: http://git-wip-us.apache.org/repos/asf/couchdb-ioq/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ioq/commit/0ffa7cd9
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ioq/tree/0ffa7cd9
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ioq/diff/0ffa7cd9

Branch: refs/heads/master
Commit: 0ffa7cd9fd1e89ae667ed234d21e04696e3033ae
Parents: ad60d32
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Fri Jan 30 11:30:02 2015 -0800
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Fri Jan 30 11:30:02 2015 -0800

----------------------------------------------------------------------
 src/ioq.erl | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ioq/blob/0ffa7cd9/src/ioq.erl
----------------------------------------------------------------------
diff --git a/src/ioq.erl b/src/ioq.erl
index c4b3b4e..967a49b 100644
--- a/src/ioq.erl
+++ b/src/ioq.erl
@@ -91,6 +91,7 @@ handle_config_change("ioq", _, _, _, _) ->
 handle_config_change(_, _, _, _, _) ->
     {ok, nil}.
 
+handle_config_terminate(_, stop, _) -> ok;
 handle_config_terminate(_, _, _) ->
     spawn(fun() ->
         timer:sleep(5000),