Skip to content

Instantly share code, notes, and snippets.

@cp-radhika-s
Created March 10, 2022 05:22
Show Gist options
  • Save cp-radhika-s/03c961333f492c0fa43b2788983449df to your computer and use it in GitHub Desktop.
Save cp-radhika-s/03c961333f492c0fa43b2788983449df to your computer and use it in GitHub Desktop.
val okHttpClient = OkHttpClient.Builder()
.connectTimeout(30, TimeUnit.SECONDS)
.readTimeout(30, TimeUnit.SECONDS)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment