Skip to content

Commit 37d299a

Browse files
committed
Added the http timeout to the example config
1 parent adc4389 commit 37d299a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config.example.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ extra_validation_enabled = false
5555
# Execution Layer RPC url to use for extra validation
5656
# OPTIONAL
5757
rpc_url = "https://ethereum-holesky-rpc.publicnode.com"
58+
# Timeout for any HTTP requests sent from the PBS module to other services, in seconds
59+
# OPTIONAL, DEFAULT: 10
60+
http_timeout_seconds = 10
5861

5962
# The PBS module needs one or more [[relays]] as defined below.
6063
[[relays]]

0 commit comments

Comments
 (0)