Skip to content

Commit ff66987

Browse files
committed
fix(operator): reduce concurrency
1 parent 4b6e6e7 commit ff66987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/src/tendermint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl Default for TendermintRPCClient {
2929
pub const DEFAULT_TENDERMINT_RPC_TIMEOUT_SECS: u64 = 20;
3030

3131
/// The default concurrency for Tendermint RPC requests.
32-
pub const DEFAULT_TENDERMINT_RPC_CONCURRENCY: usize = 25;
32+
pub const DEFAULT_TENDERMINT_RPC_CONCURRENCY: usize = 5;
3333

3434
/// The default sleep duration for Tendermint RPC requests in milliseconds.
3535
pub const DEFAULT_TENDERMINT_RPC_SLEEP_MS: Duration = Duration::from_millis(1250);

0 commit comments

Comments
 (0)