From 2c1707e053df6eeaa743794f8c1385d2bca7c148 Mon Sep 17 00:00:00 2001 From: 4f77616973 <0x4f@tuta.io> Date: Wed, 8 Feb 2023 11:07:12 +0530 Subject: [PATCH] bumped sync timer to 5500 --- app/src/main/kotlin/cloud/keyspace/android/Dashboard.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/cloud/keyspace/android/Dashboard.kt b/app/src/main/kotlin/cloud/keyspace/android/Dashboard.kt index 4155123..92218c2 100644 --- a/app/src/main/kotlin/cloud/keyspace/android/Dashboard.kt +++ b/app/src/main/kotlin/cloud/keyspace/android/Dashboard.kt @@ -3156,7 +3156,7 @@ class Dashboard : AppCompatActivity(), NavigationView.OnNavigationItemSelectedLi } if (refreshInterval != -1L) { - if (refreshInterval == 0L) refreshInterval = 3000L + if (refreshInterval == 0L) refreshInterval = 5500L vaultSyncTimer.scheduleAtFixedRate(object : TimerTask() { override fun run() { runOnUiThread {