Skip to content

Instantly share code, notes, and snippets.

@rnewson
Created April 1, 2014 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnewson/9923643 to your computer and use it in GitHub Desktop.
Save rnewson/9923643 to your computer and use it in GitHub Desktop.
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) ->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment