Skip to content

Commit

Permalink
Prysm timeout from int to duration
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfornax committed Oct 25, 2024
1 parent 910f45b commit ef1a1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/scripts/start-bn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ if [ "$CC_CLIENT" = "prysm" ]; then
--grpc-gateway-port ${BN_API_PORT:-5052} \
--eth1-header-req-limit 150 \
--jwt-secret=/secrets/jwtsecret \
--api-timeout 600 \
--api-timeout 20s \
--enable-experimental-backfill \
$BN_ADDITIONAL_FLAGS"

Expand Down

0 comments on commit ef1a1cd

Please sign in to comment.