increase readjustment period
This commit is contained in:
parent
ada9d2b760
commit
44dcd6bc3b
@ -518,7 +518,7 @@ impl<K: Kind> VerificationQueue<K> {
|
||||
pub fn collect_garbage(&self) {
|
||||
// number of ticks to average queue stats over
|
||||
// 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();
|
||||
|
Loading…
Reference in New Issue
Block a user