mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-19 17:37:54 +00:00
refactor: revert retry interval
This commit is contained in:
@@ -22,7 +22,7 @@ class Poller {
|
||||
|
||||
// region Settings
|
||||
companion object {
|
||||
private val retryInterval: Long = 3 * 1000
|
||||
private val retryInterval: Long = 1 * 1000
|
||||
}
|
||||
// endregion
|
||||
|
||||
|
Reference in New Issue
Block a user