Skip to content

Commit

Permalink
revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
epickrram committed Jul 21, 2017
1 parent 808713b commit 96ec441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public PretouchHandler(ChronicleQueue queue) {

@Override
public boolean action() {
queue.acquireAppender().lazyIndexing(true).pretouch();
queue.acquireAppender().pretouch();
return false;
}

Expand Down

0 comments on commit 96ec441

Please sign in to comment.