Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jandro996 committed Jun 12, 2024
1 parent 6a88104 commit ad77667
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 ad77667

Please sign in to comment.