Skip to content

Commit

Permalink
disable timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Oct 29, 2024
1 parent 2c6b59d commit c32e507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const adapter = (($ = getDefaultAdapter()) => {
const instance = axios.create({
baseURL: EXPLORER_API_URL,
adapter,
timeout: 20000,
// timeout: 20000,
});
addToCamelInterceptor(instance);
addTimeInterceptor(instance);
Expand Down

0 comments on commit c32e507

Please sign in to comment.