Skip to content

Commit

Permalink
reduce batch expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekun Li authored and Zekun Li committed Nov 25, 2024
1 parent 893ee58 commit 32e3bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/config/quorum_store_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl Default for QuorumStoreConfig {
batch_request_retry_limit: 10,
batch_request_retry_interval_ms: 1000,
batch_request_rpc_timeout_ms: 5000,
batch_expiry_gap_when_init_usecs: Duration::from_secs(60).as_micros() as u64,
batch_expiry_gap_when_init_usecs: Duration::from_secs(5).as_micros() as u64,
remote_batch_expiry_gap_when_init_usecs: Duration::from_millis(500).as_micros() as u64,
memory_quota: 120_000_000,
db_quota: 300_000_000,
Expand Down

0 comments on commit 32e3bdc

Please sign in to comment.