Skip to content

Commit

Permalink
update: UnidbgFetchQsign RequestTimeout, fix #53, fix #57
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 17, 2023
1 parent c28be45 commit 087efcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/cssxsh/mirai/tool/UnidbgFetchQsign.kt
Expand Up @@ -28,7 +28,7 @@ public class UnidbgFetchQsign(private val server: String, private val key: Strin
DefaultAsyncHttpClientConfig.Builder()
.setKeepAlive(true)
.setUserAgent("curl/7.61.0")
.setRequestTimeout(30_000)
.setRequestTimeout(90_000)
.setConnectTimeout(30_000)
.setReadTimeout(180_000)
)
Expand Down

0 comments on commit 087efcc

Please sign in to comment.