`[OkHttp]` Is there a safe way to set `callTimeout...
# squarelibraries
a
[OkHttp]
Is there a safe way to set
callTimeout
from an
Interceptor
? From what I’ve read so far the proper way is to use a
CallAdapter.Factory
but we really like the dynamism
Interceptor
+ headers brings as we have a remote config per endpoint to configure the timeout remotely.