1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-09 11:41:29 +00:00

Changed GUI update interval to 1 second (fixes #820)

This commit is contained in:
Felix Ableitner 2016-12-23 11:43:16 +09:00
parent bb61358b4a
commit 81af50a8be

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