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