Repository: couchdb Updated Branches: refs/heads/Query-UI-Cleanup 39d42b113 -> 7a370261c (forced update)
Update call can take longer than 5 seconds Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d8161903 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d8161903 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d8161903 Branch: refs/heads/Query-UI-Cleanup Commit: d81619033206f09a774072dc2f84f7f275b12496 Parents: fa0617a Author: Robert Newson <[email protected]> Authored: Tue Apr 1 23:06:33 2014 +0100 Committer: Robert Newson <[email protected]> Committed: Tue Apr 1 23:06:44 2014 +0100 ---------------------------------------------------------------------- src/couch_index/src/couch_index_updater.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/d8161903/src/couch_index/src/couch_index_updater.erl ---------------------------------------------------------------------- diff --git a/src/couch_index/src/couch_index_updater.erl b/src/couch_index/src/couch_index_updater.erl index c6d3059..ec3de54 100644 --- a/src/couch_index/src/couch_index_updater.erl +++ b/src/couch_index/src/couch_index_updater.erl @@ -35,7 +35,7 @@ start_link(Index, Module) -> run(Pid, IdxState) -> - gen_server:call(Pid, {update, IdxState}). + gen_server:call(Pid, {update, IdxState}, infinity). is_running(Pid) ->
