Skip to content

Commit 67af964

Browse files
committed
Update back off time for no records to ONE_DAY
1 parent 593f50d commit 67af964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oura-library/src/main/kotlin/org/radarbase/oura/request/OuraRequestGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ constructor(
151151
request.user,
152152
request.endDate,
153153
)
154-
userNextRequest[request.user.versionedId] = Instant.now().plus(BACK_OFF_TIME)
154+
userNextRequest[request.user.versionedId] = Instant.now().plus(ONE_DAY)
155155
}
156156
}
157157
return records

0 commit comments

Comments
 (0)