mirror of https://github.com/apache/lucene.git
LUCENE-2795: fix wrong comment (KB not MB)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ba1c3808c
commit
9b384bd232
|
@ -73,7 +73,7 @@ public class NativeUnixDirectory extends FSDirectory {
|
|||
private final static long ALIGN = 512;
|
||||
private final static long ALIGN_NOT_MASK = ~(ALIGN-1);
|
||||
|
||||
/** Default buffer size before writing to disk (256 MB);
|
||||
/** Default buffer size before writing to disk (256 KB);
|
||||
* larger means less IO load but more RAM and direct
|
||||
* buffer storage space consumed during merging. */
|
||||
|
||||
|
|
Loading…
Reference in New Issue