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 1f043c3 commit 0c56a83Copy full SHA for 0c56a83
mithril-test-lab/mithril-end-to-end/src/mithril/aggregator.rs
@@ -85,6 +85,7 @@ impl Aggregator {
85
aggregator_config.cardano_node_version,
86
),
87
("CHAIN_OBSERVER_TYPE", aggregator_config.chain_observer_type),
88
+ ("CARDANO_TRANSACTIONS_PROVER_CACHE_POOL_SIZE", "5"),
89
]);
90
let args = vec![
91
"--db-directory",
0 commit comments