We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d678e commit b2ec38bCopy full SHA for b2ec38b
api/src/main/java/io/kafbat/ui/util/GithubReleaseInfo.java
@@ -11,7 +11,7 @@ public class GithubReleaseInfo {
11
private static final String GITHUB_LATEST_RELEASE_RETRIEVAL_URL =
12
"https://api.github.com/repos/kafbat/kafka-ui/releases/latest";
13
14
- private static final Duration GITHUB_API_MAX_WAIT_TIME = Duration.ofSeconds(2);
+ private static final Duration GITHUB_API_MAX_WAIT_TIME = Duration.ofSeconds(10);
15
16
public record GithubReleaseDto(String html_url, String tag_name, String published_at) {
17
0 commit comments