Skip to content

Commit d7e4ae8

Browse files
committed
Clarified the example config
1 parent bccc5bb commit d7e4ae8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config.example.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ register_validator_retry_limit = 3
6969
validator_registration_batch_size = ""
7070
# For any Registry-based Mux configurations that have dynamic pubkey
7171
# refreshing enabled, this is how often to refresh the list of pubkeys
72-
# from the registry, in seconds
72+
# from the registry, in seconds. Enabling registry refreshing is done per-mux
73+
# with the mux's `enable_refreshing` property. If none of the muxes have it
74+
# enabled, this value will not be used.
75+
# OPTIONAL, DEFAULT: 384
7376
mux_registry_refresh_interval_seconds = 384
7477

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

0 commit comments

Comments
 (0)