Skip to content

Commit

Permalink
Update Oura request backoff times
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed May 28, 2024
1 parent 7e1af09 commit 7908a49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ constructor(
private val BACK_OFF_TIME = Duration.ofMinutes(10L)
private val ONE_DAY = 1L
private val TIME_AFTER_REQUEST = Duration.ofDays(30)
private val USER_BACK_OFF_TIME = Duration.ofMinutes(2L)
private val SUCCESS_BACK_OFF_TIME = Duration.ofSeconds(3L)
private val USER_BACK_OFF_TIME = Duration.ofHours(12L)
private val SUCCESS_BACK_OFF_TIME = Duration.ofMinutes(1L)
private val USER_MAX_REQUESTS = 20
val JSON_FACTORY = JsonFactory()
val JSON_READER = ObjectMapper(JSON_FACTORY).registerModule(JavaTimeModule()).reader()
Expand Down

0 comments on commit 7908a49

Please sign in to comment.