Skip to content

Commit

Permalink
create folder for new users
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <[email protected]>
  • Loading branch information
sowjanyakch committed Feb 24, 2025
1 parent 0a3123c commit b2f2f6a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class FileUploader(
val okHttpClientBuilder: OkHttpClient.Builder = okHttpClient.newBuilder()
okHttpClientBuilder.followRedirects(true)
okHttpClientBuilder.followSslRedirects(true)
// okHttpClientBuilder.readTimeout(Duration.ofMinutes(30)) // TODO set timeout
okHttpClientBuilder.protocols(listOf(Protocol.HTTP_1_1, Protocol.HTTP_2))
okHttpClientBuilder.authenticator(
RestModule.HttpAuthenticator(
Expand Down

0 comments on commit b2f2f6a

Please sign in to comment.