refactor: revert retry interval

This commit is contained in:
jubb 2021-07-30 10:58:13 +10:00
parent 7890f5bd44
commit 3911f51ae5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class Poller {
// region Settings
companion object {
private val retryInterval: Long = 3 * 1000
private val retryInterval: Long = 1 * 1000
}
// endregion