SOLR-3126: restore old deletes via tlog so peersync won't reorder

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1290941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2012-02-19 04:10:03 +00:00
parent 3bbd90ebd5
commit e2ebd116a1
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ public class PeerSync {
return true; return true;
} }
if (toRequest.size() > maxRequests) { if (toRequest.size() > maxUpdates) {
return false; return false;
} }