Repository: couchdb-couch-dbupdates Updated Branches: refs/heads/windsor-merge ba5ef28a5 -> 4a04e585e (forced update)
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/4a04e585 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/tree/4a04e585 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/diff/4a04e585 Branch: refs/heads/windsor-merge Commit: 4a04e585ee21768147a7078cdf79aa8d19326021 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:50:06 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/4a04e585/src/couch_dbupdates_httpd.erl ---------------------------------------------------------------------- diff --git a/src/couch_dbupdates_httpd.erl b/src/couch_dbupdates_httpd.erl index 303d4f9..755c018 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, St); {'$couch_event', DbName, Ev} -> {DbName, Ev} after Timeout ->
