Skip to content

Commit

Permalink
fix: requestTimeoutMillis
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Dec 1, 2021
1 parent aee18e2 commit ed44480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/cssxsh/weibo/WeiboClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ open class WeiboClient(val ignore: suspend (Throwable) -> Boolean = DefaultIgnor
install(HttpTimeout) {
socketTimeoutMillis = timeout
connectTimeoutMillis = timeout
requestTimeoutMillis = timeout
requestTimeoutMillis = null
}
install(HttpCookies) {
storage = this@WeiboClient.storage
Expand Down

0 comments on commit ed44480

Please sign in to comment.