Upgrade to Rust 1.41.1 (#8529)

automerge
This commit is contained in:
mergify[bot]
2020-02-28 10:07:39 -08:00
committed by GitHub
parent 80206decf8
commit 797e4b11e2
6 changed files with 7 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ use std::{
sync::{Arc, RwLock, RwLockReadGuard},
};
pub const SECONDS_PER_YEAR: f64 = (365.25 * 24.0 * 60.0 * 60.0);
pub const SECONDS_PER_YEAR: f64 = 365.25 * 24.0 * 60.0 * 60.0;
pub const MAX_SNAPSHOT_DATA_FILE_SIZE: u64 = 32 * 1024 * 1024 * 1024; // 32 GiB
pub const MAX_LEADER_SCHEDULE_STAKES: Epoch = 5;