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 674bd65 commit 9ffb52cCopy full SHA for 9ffb52c
mithril-test-lab/mithril-end-to-end/src/mithril/signer.rs
@@ -70,6 +70,7 @@ impl Signer {
70
),
71
("ERA_READER_ADAPTER_PARAMS", &era_reader_adapter_params),
72
("TRANSACTIONS_IMPORT_BLOCK_CHUNK_SIZE", "150"),
73
+ ("PRELOADING_REFRESH_INTERVAL", "10"),
74
]);
75
if signer_config.enable_certification {
76
env.insert(
0 commit comments