mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 04:03:49 +00:00
cmd/utils/flags: fix a typo (#4853)
Signed-off-by: Delweng <delweng@gmail.com>
This commit is contained in:
parent
deccbf973a
commit
4c6c3d6d30
@ -369,7 +369,7 @@ var (
|
||||
}
|
||||
RpcStreamingDisableFlag = cli.BoolFlag{
|
||||
Name: "rpc.streaming.disable",
|
||||
Usage: "Erigon has enalbed json streamin for some heavy endpoints (like trace_*). It's treadoff: greatly reduce amount of RAM (in some cases from 30GB to 30mb), but it produce invalid json format if error happened in the middle of streaming (because json is not streaming-friendly format)",
|
||||
Usage: "Erigon has enalbed json streaming for some heavy endpoints (like trace_*). It's treadoff: greatly reduce amount of RAM (in some cases from 30GB to 30mb), but it produce invalid json format if error happened in the middle of streaming (because json is not streaming-friendly format)",
|
||||
}
|
||||
HTTPTraceFlag = cli.BoolFlag{
|
||||
Name: "http.trace",
|
||||
|
Loading…
Reference in New Issue
Block a user