From 87a4012fe8c0a53befafec09122071caefcaae85 Mon Sep 17 00:00:00 2001 From: eltitanb Date: Fri, 19 Sep 2025 16:11:26 +0100 Subject: [PATCH] fix --- config.example.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.toml b/config.example.toml index dfb5fd09..5936d2d2 100644 --- a/config.example.toml +++ b/config.example.toml @@ -61,6 +61,9 @@ http_timeout_seconds = 10 # Maximum number of retries for validator registrations per relay # OPTIONAL, DEFAULT: 3 register_validator_retry_limit = 3 +# Maximum number of validators to register in a single request. +# OPTIONAL, DEFAULT: "" (unlimited) +validator_registration_batch_size = "" # The PBS module needs one or more [[relays]] as defined below. [[relays]] @@ -102,9 +105,6 @@ target_first_request_ms = 200 # Frequency in ms to send get_header requests # OPTIONAL frequency_get_header_ms = 300 -# Maximum number of validators to register in a single request. -# OPTIONAL, DEFAULT: "" (unlimited) -validator_registration_batch_size = "" # Configuration for the PBS multiplexers, which enable different configs to be used for get header requests, depending on validator pubkey # Note that: