Ignore index commits for db updates
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 @@
 
 loop(Timeout, St) ->
     Event = receive
+        {'$couch_event', _DbName, {index_commit, _}} ->
+            loop(Timeout, St);
         {'$couch_event', DbName, Ev} ->
             {DbName, Ev}
     after Timeout ->