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:
parent
4428ac869f
commit
680eb7dc86
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue