Skip to content

Commit

Permalink
reverse state-sync default params
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Jun 18, 2022
1 parent ba50ece commit 8c8d9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/src/config/state_sync_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ impl Default for StateSyncConfig {
max_timeout_ms: 120_000,
mempool_commit_timeout_ms: 5_000,
multicast_timeout_ms: 30_000,
sync_request_timeout_ms: 1_000, //////// 0L /////////
tick_interval_ms: 5000, //////// 0L ////////
sync_request_timeout_ms: 60_000, //////// 0L /////////
tick_interval_ms: 500, //////// 0L ////////
}
}
}

0 comments on commit 8c8d9f3

Please sign in to comment.