Skip to content

Commit 46bba2b

Browse files
authored
Merge pull request #451 from multiversx/merge-main-30-09
Merge main in feat/next
2 parents 1aa5506 + 9821aa5 commit 46bba2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

multiversx_sdk_cli/localnet/node_config_toml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def patch_config(data: ConfigDict, config: ConfigRoot):
2424
epoch_start_config['MinRoundsBetweenEpochs'] = int(config.general.rounds_per_epoch / 4)
2525

2626
data['EpochStartConfig'].update(epoch_start_config)
27+
data['WebServerAntiflood']['VmQueryDelayAfterStartInSec'] = 30
2728

2829
# Always use the latest VM
2930
data['VirtualMachine']['Execution']['WasmVMVersions'] = [{'StartEpoch': 0, 'Version': '*'}]

0 commit comments

Comments
 (0)