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

Changed gui update interval to 5s just to be sure

This commit is contained in:
Felix Ableitner 2017-02-03 01:01:33 +09:00
parent a231601295
commit 2c7f935501

View file

@ -62,7 +62,7 @@ public class SyncthingService extends Service implements
/**
* Interval in ms at which the GUI is updated (eg {@link com.nutomic.syncthingandroid.fragments.DrawerFragment}).
*/
public static final long GUI_UPDATE_INTERVAL = TimeUnit.SECONDS.toMillis(2);
public static final long GUI_UPDATE_INTERVAL = TimeUnit.SECONDS.toMillis(5);
/**
* name of the public key file in the data directory.