Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jandro996 committed May 8, 2024
1 parent 168b298 commit 13aa99b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class OkHttpUtils {
}

public static OkHttpClient.Builder clientBuilder() {
final TimeUnit unit = TimeUnit.HOURS;
final TimeUnit unit = TimeUnit.MINUTES;
return new OkHttpClient.Builder()
.addInterceptor(EXPECT_CONTINUE_INTERCEPTOR)
.addInterceptor(LOGGING_INTERCEPTOR)
Expand Down

0 comments on commit 13aa99b

Please sign in to comment.