Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Issue imixs#617
  • Loading branch information
rsoika committed Nov 28, 2019
1 parent e018594 commit 6578a6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void updateIndex() {
int flushCount = 0;
while (solrIndexService.flushEventLog(1024) == false) {
// repeat flush....
flushCount = +2048;
flushCount = +1048;
logger.info("...flush event log: " + flushCount + " entries updated in "
+ (System.currentTimeMillis() - ltime) + "ms ...");
}
Expand Down

0 comments on commit 6578a6f

Please sign in to comment.