mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue