Skip to content

Commit 0c56a83

Browse files
committed
feat: configure end to end test prover cache pool size
1 parent 1f043c3 commit 0c56a83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mithril-test-lab/mithril-end-to-end/src/mithril/aggregator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ impl Aggregator {
8585
aggregator_config.cardano_node_version,
8686
),
8787
("CHAIN_OBSERVER_TYPE", aggregator_config.chain_observer_type),
88+
("CARDANO_TRANSACTIONS_PROVER_CACHE_POOL_SIZE", "5"),
8889
]);
8990
let args = vec![
9091
"--db-directory",

0 commit comments

Comments
 (0)