Skip to content

Commit 8898890

Browse files
authored
Bump timeout to 5s
1 parent 1d68906 commit 8898890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/com/rtm516/mcxboxbroadcast/core/SessionManagerCore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public SessionManagerCore(String cache, Logger logger) {
5353
this.httpClient = Methanol.newBuilder()
5454
.version(HttpClient.Version.HTTP_1_1)
5555
.followRedirects(HttpClient.Redirect.NORMAL)
56-
.requestTimeout(Duration.ofMillis(2500))
56+
.requestTimeout(Duration.ofMillis(5000))
5757
.build();
5858

5959
this.logger = logger;

0 commit comments

Comments
 (0)