We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccc5bb commit d7e4ae8Copy full SHA for d7e4ae8
config.example.toml
@@ -69,7 +69,10 @@ register_validator_retry_limit = 3
69
validator_registration_batch_size = ""
70
# For any Registry-based Mux configurations that have dynamic pubkey
71
# refreshing enabled, this is how often to refresh the list of pubkeys
72
-# from the registry, in seconds
+# 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
76
mux_registry_refresh_interval_seconds = 384
77
78
# The PBS module needs one or more [[relays]] as defined below.
0 commit comments