mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Use consistent transfer buffer size
This commit is contained in:
parent
4df4a7572f
commit
84f4020db9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import java.util.function.Consumer;
|
|||
|
||||
public class FileSystemHelper {
|
||||
|
||||
private static final int DEFAULT_BUFFER_SIZE = 16384;
|
||||
private static final int DEFAULT_BUFFER_SIZE = 1024;
|
||||
private static FileSystem localFileSystem;
|
||||
|
||||
public static String adjustPath(OpenFileSystemModel model, String path) {
|
||||
|
|
Loading…
Reference in a new issue