We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3edb80 commit 2d4328cCopy full SHA for 2d4328c
core/src/verification/queue/mod.rs
@@ -37,7 +37,7 @@ const MIN_MEM_LIMIT: usize = 16384;
37
const MIN_QUEUE_LIMIT: usize = 512;
38
39
// maximum possible number of verification threads.
40
-const MAX_VERIFIERS: usize = 8;
+const MAX_VERIFIERS: usize = 2;
41
42
/// Type alias for block queue convenience.
43
pub type BlockQueue = VerificationQueue<kind::Blocks>;
0 commit comments