refactor: revert retry interval

pull/682/head
jubb 4 years ago
parent 7890f5bd44
commit 3911f51ae5

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

Loading…
Cancel
Save