1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-11 04:25:53 +00:00

Changed gui update interval to 2 seconds

This commit is contained in:
Felix Ableitner 2017-01-31 12:42:18 +09:00
parent caaef41af3
commit a231601295

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(1);
public static final long GUI_UPDATE_INTERVAL = TimeUnit.SECONDS.toMillis(2);
/**
* name of the public key file in the data directory.