mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-24 01:37:04 +08:00
Java: supportFlush set to true
This commit is contained in:
parent
7f90d14f10
commit
82c167aaca
@ -14,7 +14,7 @@ import java.util.concurrent.*;
|
||||
public class SeaweedOutputStream extends OutputStream {
|
||||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(SeaweedOutputStream.class);
|
||||
protected final boolean supportFlush = false; // true;
|
||||
protected final boolean supportFlush = true;
|
||||
private final FilerGrpcClient filerGrpcClient;
|
||||
private final String path;
|
||||
private final int bufferSize;
|
||||
|
Loading…
Reference in New Issue
Block a user