Merge branch 'master' into light-poa

This commit is contained in:
Robert Habermeier
2017-09-04 12:30:37 +02:00
217 changed files with 1613 additions and 1459 deletions

View File

@@ -32,7 +32,7 @@ use request::{CompleteRequest, Kind};
use bincode;
use time;
use util::{RwLock, Mutex};
use parking_lot::{RwLock, Mutex};
/// Number of time periods samples should be kept for.
pub const MOVING_SAMPLE_SIZE: usize = 256;