increase readjustment period

This commit is contained in:
Robert Habermeier 2016-11-17 13:10:33 +01:00
parent ada9d2b760
commit 44dcd6bc3b

View File

@ -518,7 +518,7 @@ impl<K: Kind> VerificationQueue<K> {
pub fn collect_garbage(&self) { pub fn collect_garbage(&self) {
// number of ticks to average queue stats over // number of ticks to average queue stats over
// when deciding whether to change the number of verifiers. // when deciding whether to change the number of verifiers.
const READJUSTMENT_PERIOD: usize = 5; const READJUSTMENT_PERIOD: usize = 12;
{ {
self.verification.unverified.lock().shrink_to_fit(); self.verification.unverified.lock().shrink_to_fit();