Reduce ticks per second

- It's improving TPS. Temp fix for beacons timeframe
This commit is contained in:
Pankaj Garg 2019-03-13 16:08:21 -07:00 committed by Grimes
parent 34a8d591fa
commit 8d2bd2b30f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
use std::time::Duration;
use std::time::{SystemTime, UNIX_EPOCH};
pub const NUM_TICKS_PER_SECOND: u64 = 100;
pub const NUM_TICKS_PER_SECOND: u64 = 10;
// At 10 ticks/s, 8 ticks per slot implies that leader rotation and voting will happen
// every 800 ms. A fast voting cadence ensures faster finality and convergence