mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +00:00
Merge branch 'unstable' of https://github.com/sigp/lighthouse into deneb-free-blobs
This commit is contained in:
@@ -289,7 +289,23 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
||||
for a beacon node being referenced by validator client using the --proposer-node flag. This configuration is for enabling more secure setups.")
|
||||
.takes_value(false),
|
||||
)
|
||||
|
||||
.arg(
|
||||
Arg::with_name("inbound-rate-limiter")
|
||||
.long("inbound-rate-limiter")
|
||||
.help(
|
||||
"Configures the inbound rate limiter (requests received by this node).\
|
||||
\
|
||||
Rate limit quotas per protocol can be set in the form of \
|
||||
<protocol_name>:<tokens>/<time_in_seconds>. To set quotas for multiple protocols, \
|
||||
separate them by ';'. If the inbound rate limiter is enabled and a protocol is not \
|
||||
present in the configuration, the default quotas will be used. \
|
||||
\
|
||||
This is enabled by default, using default quotas. To disable rate limiting pass \
|
||||
`disabled` to this option instead."
|
||||
)
|
||||
.takes_value(true)
|
||||
.hidden(true)
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("disable-backfill-rate-limiting")
|
||||
.long("disable-backfill-rate-limiting")
|
||||
|
||||
Reference in New Issue
Block a user