What is the default request timeout for a Ktor cli...
# ktor
k
What is the default request timeout for a Ktor client instance which does not have the timeout feature installed?
a
It’s different for each engine. For
CIO
— 15 seconds, for
OkHttp
— 10 seconds, for
Apache
— 10 seconds.