summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep_reader.erl
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2009-08-24 17:57:51 +0000
committerAdam Kocoloski <kocolosk@apache.org>2009-08-24 17:57:51 +0000
commitc9fb739f5ef9f0cde632788ce7a007f6b5c54564 (patch)
treec3d991205a327c7645db95361f6b8286537ac321 /src/couchdb/couch_rep_reader.erl
parent64d37bfd07c5e62561a38570f2cd3983567d3967 (diff)
checkpoint at most once per 5 seconds
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@807320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_rep_reader.erl')
-rw-r--r--src/couchdb/couch_rep_reader.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/couchdb/couch_rep_reader.erl b/src/couchdb/couch_rep_reader.erl
index 4feb3804..735ab742 100644
--- a/src/couchdb/couch_rep_reader.erl
+++ b/src/couchdb/couch_rep_reader.erl
@@ -130,7 +130,6 @@ handle_next_docs(_From, State) ->
gen_server:reply(ReaderFrom, ok);
true -> ok end,
NewState = State#state{count=0, reader_from=nil, docs=queue:new()},
- ?LOG_INFO("replying to next_docs with HighSeq ~p", [calculate_new_high_seq(State)]),
{reply, {calculate_new_high_seq(State), queue:to_list(Docs)}, NewState}.
handle_open_remote_doc(Id, Seq, Revs, From, #state{monitor_count=N} = State)