mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
minDiskFreePct should be a float (fixes #829)
This commit is contained in:
parent
a52f636bf7
commit
9526eeb748
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class Folder {
|
|||
public int rescanIntervalS;
|
||||
public final boolean ignorePerms = true;
|
||||
public boolean autoNormalize;
|
||||
public int minDiskFreePct;
|
||||
public float minDiskFreePct;
|
||||
public Versioning versioning;
|
||||
public int copiers;
|
||||
public int pullers;
|
||||
|
|
Loading…
Reference in a new issue