From c32e5070bfaeb3ca25366ebbfb40d902b163e057 Mon Sep 17 00:00:00 2001 From: shrpne Date: Tue, 29 Oct 2024 19:46:08 +0000 Subject: [PATCH] disable timeout --- api/explorer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/explorer.js b/api/explorer.js index 00dacbb8..03a59a13 100644 --- a/api/explorer.js +++ b/api/explorer.js @@ -57,7 +57,7 @@ const adapter = (($ = getDefaultAdapter()) => { const instance = axios.create({ baseURL: EXPLORER_API_URL, adapter, - timeout: 20000, + // timeout: 20000, }); addToCamelInterceptor(instance); addTimeInterceptor(instance);