When configuring mmapfs it is not used since 0.19.7, closes #2253.
This commit is contained in:
parent
ef9974ce2c
commit
4dddeeb30c
|
@ -27,7 +27,7 @@ import java.io.IOException;
|
|||
|
||||
/**
|
||||
*/
|
||||
public class XMMapFSDirectory extends NIOFSDirectory {
|
||||
public class XMMapFSDirectory extends MMapDirectory {
|
||||
|
||||
private final StoreRateLimiting.Provider rateLimitingProvider;
|
||||
|
||||
|
|
Loading…
Reference in New Issue