Skip to content

Commit

Permalink
Change init duration
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Jul 30, 2024
1 parent 13df97f commit 61fd9ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import org.koin.core.qualifier.named
import org.koin.dsl.module
import java.util.concurrent.TimeUnit

private const val INIT_BACKOFF_MILLIS = 100L
private const val INIT_BACKOFF_MILLIS = 1L
private const val MAX_BACKOFF_SEC = 20L

@Suppress("LocalVariableName")
Expand Down

0 comments on commit 61fd9ff

Please sign in to comment.