Skip to content

Commit

Permalink
Move MinDiskFree out of Folder (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Jan 26, 2019
1 parent b71350b commit 65f87db
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ public class Folder {
public int rescanIntervalS = 3600;
public boolean ignorePerms = true;
public boolean autoNormalize = true;
public static MinDiskFree minDiskFree;
public MinDiskFree minDiskFree;
public Versioning versioning;
public int copiers = 0;
public int pullerMaxPendingKiB;
Expand Down

0 comments on commit 65f87db

Please sign in to comment.