Skip to content

Commit fdebfaf

Browse files
authored
cmd: fix typo in flag beacon.api.ide.timeout (#20289)
1 parent 2890c6b commit fdebfaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ var (
979979
Value: 31536000,
980980
}
981981
BeaconApiIdleTimeoutFlag = cli.Uint64Flag{
982-
Name: "beacon.api.ide.timeout",
982+
Name: "beacon.api.idle.timeout",
983983
Usage: "Sets the seconds for a write time out in the beacon api",
984984
Value: 25,
985985
}

docs/gitbook/src/fundamentals/configuring-erigon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ GLOBAL OPTIONS:
807807
--beacon.api.read.timeout value Sets the seconds for a read time out in the beacon api (default: 5)
808808
--beacon.api.write.timeout value Sets the seconds for a write time out in the beacon api (default: 31536000)
809809
--beacon.api.protocol value Protocol for beacon API (default: "tcp")
810-
--beacon.api.ide.timeout value Sets the seconds for a write time out in the beacon api (default: 25)
810+
--beacon.api.idle.timeout value Sets the seconds for a write time out in the beacon api (default: 25)
811811
--caplin.blocks-archive sets whether backfilling is enabled for caplin (default: false)
812812
--caplin.blobs-archive sets whether backfilling is enabled for caplin (default: false)
813813
--caplin.states-archive enables archival node for historical states in caplin (it will enable block archival as well) (default: false)

0 commit comments

Comments
 (0)