@@ -89,6 +89,8 @@ headers = { X-MyCustomHeader = "MyCustomValue" }
8989# OPTIONAL
9090get_params = { param1 = " value1" , param2 = " value2" }
9191# Whether to enable timing games, as tuned by `target_first_request_ms` and `frequency_get_header_ms`.
92+ # NOTE: if neither `target_first_request_ms` nor `frequency_get_header_ms` is set, this flag has no effect.
93+ #
9294# These values should be carefully chosen for each relay, as each relay has different latency and timing games setups.
9395# They should only be used by advanced users, and if mis-configured can result in unforeseen effects, e.g. fetching a lower header value,
9496# or getting a temporary IP ban.
@@ -150,7 +152,7 @@ validator_pubkeys = [
150152# OPTIONAL
151153loader = " ./tests/data/mux_keys.example.json"
152154# loader = { url = "http://localhost:8000/keys" }
153- # loader = { registry = "lido", node_operator_id = 8, enable_refreshing = false }
155+ # loader = { registry = "lido", node_operator_id = 8, lido_module_id = 1, enable_refreshing = false }
154156# loader = { registry = "ssv", node_operator_id = 8, enable_refreshing = false }
155157late_in_slot_time_ms = 1500
156158timeout_get_header_ms = 900
@@ -222,6 +224,9 @@ jwt_auth_fail_timeout_seconds = 300
222224# Path to the CA certificate that signed the Dirk server certificate
223225# OPTIONAL
224226# ca_cert_path = "/path/to/ca.crt"
227+ # Limits the maximum size of a decoded gRPC response
228+ # OPTIONAL. Default: 4MB
229+ # max_response_size_bytes = 4194304
225230
226231# Add one entry like this for each Dirk host
227232# [[signer.dirk.hosts]]
0 commit comments