Skip to content

Commit

Permalink
Makes options internal
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmuvi-stripe committed Jun 23, 2023
1 parent 23e71fe commit 114f16c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal suspend fun <T> retryOnException(
}
}.first()

data class PollTimingOptions(
internal data class PollTimingOptions(
val initialDelayMs: Long = 1.75.seconds.inWholeMilliseconds,
val maxNumberOfRetries: Int = 180,
val retryInterval: Long = 0.25.seconds.inWholeMilliseconds
Expand Down

0 comments on commit 114f16c

Please sign in to comment.