Merge pull request 'config: add configurable RPC timeout for Ponder stability' (#90) from config/ponder-rpc-timeout into master

Reviewed-on: https://codeberg.org/johba/harb/pulls/90
This commit is contained in:
johba 2025-11-06 12:27:13 +01:00
commit 9852e55d40
2 changed files with 2 additions and 0 deletions

View file

@ -88,5 +88,6 @@ fi
export CHOKIDAR_USEPOLLING=${CHOKIDAR_USEPOLLING:-1}
export HOST=0.0.0.0
export PORT=${PORT:-42069}
export PONDER_RPC_TIMEOUT=${PONDER_RPC_TIMEOUT:-20000}
exec npm run dev

View file

@ -76,6 +76,7 @@ services:
environment:
- CHOKIDAR_USEPOLLING=1
- GIT_BRANCH=${GIT_BRANCH:-}
- PONDER_RPC_TIMEOUT=${PONDER_RPC_TIMEOUT:-20000}
expose:
- "42069"
ports: