Repository: couchdb-couch-dbupdates Updated Branches: refs/heads/windsor-merge 05de5e1a7 -> ba5ef28a5
Ignore index commits for db updates Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/commit/ba5ef28a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/tree/ba5ef28a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/diff/ba5ef28a Branch: refs/heads/windsor-merge Commit: ba5ef28a50139b94c064f869f7ce0aea73c2e071 Parents: 05de5e1 Author: Paul J. Davis <[email protected]> Authored: Sun Aug 17 14:41:51 2014 -0500 Committer: Paul J. Davis <[email protected]> Committed: Sun Aug 17 14:41:51 2014 -0500 ---------------------------------------------------------------------- src/couch_dbupdates_httpd.erl | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/blob/ba5ef28a/src/couch_dbupdates_httpd.erl ---------------------------------------------------------------------- diff --git a/src/couch_dbupdates_httpd.erl b/src/couch_dbupdates_httpd.erl index 303d4f9..ca4dfba 100644 --- a/src/couch_dbupdates_httpd.erl +++ b/src/couch_dbupdates_httpd.erl @@ -60,6 +60,8 @@ run(St, Timeout) -> loop(Timeout, St) -> Event = receive + {'$couch_event', _DbName, {index_commit, _}} -> + loop(Timeout, NewSt); {'$couch_event', DbName, Ev} -> {DbName, Ev} after Timeout ->
