mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-11-03 16:17:27 +00:00
Merge 23d0f36eed into cf11e1b68a
This commit is contained in:
commit
9a3af4b336
@ -45,7 +45,7 @@ impl Decode for EntryBatchData {
|
||||
IncompleteData::from_ssz_bytes(&bytes[1..])?,
|
||||
)),
|
||||
unknown => Err(DecodeError::BytesInvalid(format!(
|
||||
"Unrecognized EntryBatchData indentifier {}",
|
||||
"Unrecognized EntryBatchData identifier {}",
|
||||
unknown
|
||||
))),
|
||||
}
|
||||
|
||||
@ -101,7 +101,7 @@ log_sync_start_block_number = 595059
|
||||
# The number of retries after a RPC request times out.
|
||||
# rate_limit_retries = 100
|
||||
|
||||
# The nubmer of retries for rate limited responses.
|
||||
# The number of retries for rate limited responses.
|
||||
# timeout_retries = 100
|
||||
|
||||
# The duration to wait before retry, in ms.
|
||||
|
||||
@ -101,7 +101,7 @@ confirmation_block_count = 1
|
||||
# The number of retries after a RPC request times out.
|
||||
# rate_limit_retries = 100
|
||||
|
||||
# The nubmer of retries for rate limited responses.
|
||||
# The number of retries for rate limited responses.
|
||||
# timeout_retries = 100
|
||||
|
||||
# The duration to wait before retry, in ms.
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
# The number of retries after a RPC request times out.
|
||||
# rate_limit_retries = 100
|
||||
|
||||
# The nubmer of retries for rate limited responses.
|
||||
# The number of retries for rate limited responses.
|
||||
# timeout_retries = 100
|
||||
|
||||
# The duration to wait before retry, in ms.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user