Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Castelo committed May 29, 2024
1 parent 78a91cb commit 4456f1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class HistoryUtil {
protected static final String ATTR_END = "end";
private static final String NAME_INDEX = "oak:index";
// This size is limited by the LuceneDocumentMaker to be able to read the property and create the new index
// The limit is 102400 but just to be in the safe size, is set to a bit lower number
// The limit is 102400 but just to be in the safe side, is set to a bit lower number
private static final int MAXIMUN_PROPERTY_SIZE = 100000;

private Random random = new Random();
Expand Down

0 comments on commit 4456f1c

Please sign in to comment.