From 28a7a74d1b119ad30c035603acae73d67a3af219 Mon Sep 17 00:00:00 2001 From: Keno Dressel Date: Wed, 26 Jun 2024 22:24:27 +0200 Subject: [PATCH] fix: increase backend timeout --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 1f19842e..a2921fcb 100644 --- a/.env.production +++ b/.env.production @@ -10,8 +10,8 @@ VITE_MAINNET_DEX_BACKEND_URL=https://dex-backend-mainnet.prd.service.aepps.com/ VITE_TESTNET_DEX_BACKEND_URL=https://dex-backend-testnet.prd.service.aepps.com/ #if skipped or 0 a default value of 2000 will be applied -VITE_DEX_BACKEND_FETCH_TIMEOUT=8000 -VITE_DEX_BACKEND_FETCH_INTERVAL=10000 +VITE_DEX_BACKEND_FETCH_TIMEOUT=30000 +VITE_DEX_BACKEND_FETCH_INTERVAL=5000 VITE_DISABLE_DEX_BACKEND=false