Skip to content

Commit 9ffb52c

Browse files
committed
chore: custom infinite preloading in signer of the e2e test
1 parent 674bd65 commit 9ffb52c

File tree

1 file changed

+1
-0
lines changed
  • mithril-test-lab/mithril-end-to-end/src/mithril

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ impl Signer {
7070
),
7171
("ERA_READER_ADAPTER_PARAMS", &era_reader_adapter_params),
7272
("TRANSACTIONS_IMPORT_BLOCK_CHUNK_SIZE", "150"),
73+
("PRELOADING_REFRESH_INTERVAL", "10"),
7374
]);
7475
if signer_config.enable_certification {
7576
env.insert(

0 commit comments

Comments
 (0)