mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-02-23 04:07:06 +00:00
Update config.rs (#331)
Some checks are pending
abi-consistent-check / build-and-compare (push) Waiting to run
code-coverage / unittest-cov (push) Waiting to run
rust / check (push) Waiting to run
rust / test (push) Waiting to run
rust / lints (push) Waiting to run
functional-test / test (push) Waiting to run
Some checks are pending
abi-consistent-check / build-and-compare (push) Waiting to run
code-coverage / unittest-cov (push) Waiting to run
rust / check (push) Waiting to run
rust / test (push) Waiting to run
rust / lints (push) Waiting to run
functional-test / test (push) Waiting to run
This commit is contained in:
parent
a915766840
commit
6a26c336e7
@ -20,7 +20,7 @@ pub struct LogSyncConfig {
|
|||||||
// blockchain provider retry params
|
// blockchain provider retry params
|
||||||
// the number of retries after a connection times out
|
// the number of retries after a connection times out
|
||||||
pub rate_limit_retries: u32,
|
pub rate_limit_retries: u32,
|
||||||
// the nubmer of retries for rate limited responses
|
// the number of retries for rate limited responses
|
||||||
pub timeout_retries: u32,
|
pub timeout_retries: u32,
|
||||||
// the duration to wait before retry, in ms
|
// the duration to wait before retry, in ms
|
||||||
pub initial_backoff: u64,
|
pub initial_backoff: u64,
|
||||||
|
Loading…
Reference in New Issue
Block a user