File tree Expand file tree Collapse file tree
docs/gitbook/src/fundamentals/configuring-erigon Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments