mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-30 06:12:07 +00:00
feat: reduced time to wait before trying to connect to local address
This commit is contained in:
@@ -185,7 +185,7 @@ object Preferences {
|
||||
fun isServerSwitchable(): Boolean {
|
||||
return App.getInstance().preferences.getLong(
|
||||
NEXT_SERVER_SWITCH, 0
|
||||
) + 60000 < System.currentTimeMillis()
|
||||
) + 15000 < System.currentTimeMillis()
|
||||
}
|
||||
|
||||
@JvmStatic
|
||||
|
||||
Reference in New Issue
Block a user