Skip to content

Commit

Permalink
fix: increase backend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel authored and mmpetarpeshev committed Jun 26, 2024
1 parent 0441bce commit 28a7a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 28a7a74

Please sign in to comment.