mirror of https://github.com/apache/lucene.git
typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1183035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
040dc8a2f6
commit
c6aed1da47
|
@ -122,7 +122,7 @@ public abstract class FSDirectory extends Directory {
|
|||
protected final Set<String> staleFiles = synchronizedSet(new HashSet<String>()); // Files written, but not yet sync'ed
|
||||
private int chunkSize = DEFAULT_READ_CHUNK_SIZE; // LUCENE-1566
|
||||
|
||||
// null means no limite
|
||||
// null means no limit
|
||||
private volatile RateLimiter mergeWriteRateLimiter;
|
||||
|
||||
// returns the canonical version of the directory, creating it if it doesn't exist.
|
||||
|
|
Loading…
Reference in New Issue