mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
Change default rescan interval to 0 to disable scanner.
This commit is contained in:
parent
cbefc60c3c
commit
caf718e2fe
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ public class FolderSettingsFragment extends PreferenceFragment
|
|||
mFolder = new RestApi.Folder();
|
||||
mFolder.ID = "";
|
||||
mFolder.Path = "";
|
||||
mFolder.RescanIntervalS = 86400;
|
||||
mFolder.RescanIntervalS = 0;
|
||||
mFolder.DeviceIds = new ArrayList<>();
|
||||
mFolder.Versioning = new RestApi.Versioning();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue