Skip to content

Commit

Permalink
release v1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns committed Sep 14, 2024
2 parents 9881f81 + 9e544d7 commit 4f57636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class SuspendableDiscordClient(
.bodyValue(message)
.retrieve()
.toBodilessEntity()
.retryWhen(Retry.fixedDelay(2, Duration.ofMillis(500)))
// .retryWhen(Retry.fixedDelay(2, Duration.ofMillis(500)))
.awaitSingleOrThrow()
}
}.onFailure {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.1.18
version=1.1.19
kotlin.code.style=official

0 comments on commit 4f57636

Please sign in to comment.