1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

Add "useLargeBlocks" to model/Folder.java (#1215)

This commit is contained in:
Catfriend1 2018-08-12 11:38:58 +02:00 committed by Audrius Butkevicius
parent 4428ac869f
commit 680eb7dc86

View file

@ -37,6 +37,7 @@ public class Folder {
public boolean disableSparseFiles;
public boolean disableTempIndexes;
public boolean paused;
public boolean useLargeBlocks;
public int weakHashThresholdPct = 25;
public String markerName = ".stfolder";
public String invalid;