Skip to content

Commit

Permalink
Merge ca8151e into baabf6a
Browse files Browse the repository at this point in the history
  • Loading branch information
karankm97 authored Nov 21, 2024
2 parents baabf6a + ca8151e commit 1ab3f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lakeview/src/main/java/ai/onehouse/RuntimeModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public class RuntimeModule extends AbstractModule {
private static final Logger logger = LoggerFactory.getLogger(RuntimeModule.class);
private static final int IO_WORKLOAD_NUM_THREAD_MULTIPLIER = 5;
private static final int HTTP_CLIENT_DEFAULT_TIMEOUT_SECONDS = 15;
private static final int HTTP_CLIENT_DEFAULT_TIMEOUT_SECONDS = 60;
private static final int HTTP_CLIENT_MAX_RETRIES = 3;
private static final long HTTP_CLIENT_RETRY_DELAY_MS = 1000;
private final Config config;
Expand Down

0 comments on commit 1ab3f5e

Please sign in to comment.