From 09eee77e8611611d201568c7c76687e19075260f Mon Sep 17 00:00:00 2001 From: chonghe Date: Tue, 3 Oct 2023 23:30:36 +0800 Subject: [PATCH] update .md files --- book/src/help_bn.md | 14 +++++++------- book/src/help_vc.md | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/book/src/help_bn.md b/book/src/help_bn.md index 152ed4cf45..633e82649a 100644 --- a/book/src/help_bn.md +++ b/book/src/help_bn.md @@ -278,28 +278,28 @@ OPTIONS: Specifies how many states from the freezer database should cache in memory [default: 1] --http-address
- Set the listen address for the RESTful HTTP API server. [default: 127.0.0.1] + Set the listen address for the RESTful HTTP API server. --http-allow-origin Set the value of the Access-Control-Allow-Origin response HTTP header. Use * to allow any origin (not recommended in production). If no value is supplied, the CORS allowed origin is set to the listen address of this server (e.g., http://localhost:5052). --http-duplicate-block-status - Status code to send when a block that is already known is POSTed to the HTTP API. [default: 202] + Status code to send when a block that is already known is POSTed to the HTTP API. --http-enable-beacon-processor The beacon processor is a scheduler which provides quality-of-service and DoS protection. When set to "true", HTTP API requests will be queued and scheduled alongside other tasks. When set to "false", HTTP API - responses will be executed immediately. [default: true] + responses will be executed immediately. --http-port - Set the listen TCP port for the RESTful HTTP API server. [default: 5052] + Set the listen TCP port for the RESTful HTTP API server. --http-spec-fork Serve the spec for a specific hard fork on /eth/v1/config/spec. It should not be necessary to set this flag. --http-sse-capacity-multiplier Multiplier to apply to the length of HTTP server-sent-event (SSE) channels. Increasing this value can - prevent messages from being dropped. [default: 1] + prevent messages from being dropped. --http-tls-cert The path of the certificate to be used when serving the HTTP API server over TLS. @@ -346,14 +346,14 @@ OPTIONS: forks from wasting our time and disk space, but could also cause unnecessary consensus failures, so is disabled by default. --metrics-address
- Set the listen address for the Prometheus metrics HTTP server. [default: 127.0.0.1] + Set the listen address for the Prometheus metrics HTTP server. --metrics-allow-origin Set the value of the Access-Control-Allow-Origin response HTTP header. Use * to allow any origin (not recommended in production). If no value is supplied, the CORS allowed origin is set to the listen address of this server (e.g., http://localhost:5054). --metrics-port - Set the listen TCP port for the Prometheus metrics HTTP server. [default: 5054] + Set the listen TCP port for the Prometheus metrics HTTP server. --monitoring-endpoint
Enables the monitoring service for sending system metrics to a remote endpoint. This can be used to monitor diff --git a/book/src/help_vc.md b/book/src/help_vc.md index 794bd0a65d..b6434e8758 100644 --- a/book/src/help_vc.md +++ b/book/src/help_vc.md @@ -124,7 +124,7 @@ OPTIONS: recommended in production). If no value is supplied, the CORS allowed origin is set to the listen address of this server (e.g., http://localhost:5062). --http-port - Set the listen TCP port for the RESTful HTTP API server. [default: 5062] + Set the listen TCP port for the RESTful HTTP API server. --latency-measurement-service Set to 'true' to enable a service that periodically attempts to measure latency to BNs. Set to 'false' to @@ -149,14 +149,14 @@ OPTIONS: The maximum size (in MB) each log file can grow to before rotating. If set to 0, background file logging is disabled. [default: 200] --metrics-address
- Set the listen address for the Prometheus metrics HTTP server. [default: 127.0.0.1] + Set the listen address for the Prometheus metrics HTTP server. --metrics-allow-origin Set the value of the Access-Control-Allow-Origin response HTTP header. Use * to allow any origin (not recommended in production). If no value is supplied, the CORS allowed origin is set to the listen address of this server (e.g., http://localhost:5064). --metrics-port - Set the listen TCP port for the Prometheus metrics HTTP server. [default: 5064] + Set the listen TCP port for the Prometheus metrics HTTP server. --monitoring-endpoint
Enables the monitoring service for sending system metrics to a remote endpoint. This can be used to monitor