File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ http_timeout_seconds = 10
6161# Maximum number of retries for validator registrations per relay
6262# OPTIONAL, DEFAULT: 3
6363register_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
104107frequency_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:
You can’t perform that action at this time.
0 commit comments