Skip to content

Commit 7e1bdfd

Browse files
authored
fix: example config (#379)
1 parent 5de0215 commit 7e1bdfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.example.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ http_timeout_seconds = 10
6161
# Maximum number of retries for validator registrations per relay
6262
# OPTIONAL, DEFAULT: 3
6363
register_validator_retry_limit = 3
64+
# Maximum number of validators to register in a single request.
65+
# OPTIONAL, DEFAULT: "" (unlimited)
66+
validator_registration_batch_size = ""
6467

6568
# The PBS module needs one or more [[relays]] as defined below.
6669
[[relays]]
@@ -102,9 +105,6 @@ target_first_request_ms = 200
102105
# Frequency in ms to send get_header requests
103106
# OPTIONAL
104107
frequency_get_header_ms = 300
105-
# Maximum number of validators to register in a single request.
106-
# OPTIONAL, DEFAULT: "" (unlimited)
107-
validator_registration_batch_size = ""
108108

109109
# Configuration for the PBS multiplexers, which enable different configs to be used for get header requests, depending on validator pubkey
110110
# Note that:

0 commit comments

Comments
 (0)