Skip to content

Commit

Permalink
revert unnwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Eliat-Eliat committed Nov 15, 2024
1 parent 2d8d40c commit 7754637
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ object SttpClientBackendFactory {
.setThreadFactory(clientThreadFactory)
.setNettyTimer(new HashedWheelTimer(timerThreadFactory))
//Timeout override for potentially long stream operation
requestTimeoutMs.foreach(
options.setRequestTimeout
)
options.setTimeout
requestTimeoutMs.foreach(options.setRequestTimeout)
options
}
)
Expand Down

0 comments on commit 7754637

Please sign in to comment.