We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aa5506 + 9821aa5 commit 46bba2bCopy full SHA for 46bba2b
1 file changed
multiversx_sdk_cli/localnet/node_config_toml.py
@@ -24,6 +24,7 @@ def patch_config(data: ConfigDict, config: ConfigRoot):
24
epoch_start_config['MinRoundsBetweenEpochs'] = int(config.general.rounds_per_epoch / 4)
25
26
data['EpochStartConfig'].update(epoch_start_config)
27
+ data['WebServerAntiflood']['VmQueryDelayAfterStartInSec'] = 30
28
29
# Always use the latest VM
30
data['VirtualMachine']['Execution']['WasmVMVersions'] = [{'StartEpoch': 0, 'Version': '*'}]
0 commit comments