mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
disable ChunkCache
This commit is contained in:
parent
ae3e6d8244
commit
64926d2345
|
@ -15,7 +15,7 @@ public class SeaweedRead {
|
|||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(SeaweedRead.class);
|
||||
|
||||
static ChunkCache chunkCache = new ChunkCache(16);
|
||||
static ChunkCache chunkCache = new ChunkCache(0);
|
||||
|
||||
// returns bytesRead
|
||||
public static long read(FilerGrpcClient filerGrpcClient, List<VisibleInterval> visibleIntervals,
|
||||
|
|
Loading…
Reference in a new issue