Skip to content

Commit c1386f2

Browse files
Merge pull request #449 from multiversx/better-localnet-20
Localnet: adjust "VmQueryDelayAfterStartInSec" (30 seconds instead of 120)
2 parents 0f7091f + 82d35ea commit c1386f2

2 files changed

Lines changed: 2 additions & 1 deletion

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': '*'}]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "multiversx-sdk-cli"
7-
version = "9.6.2"
7+
version = "9.6.3"
88
authors = [
99
{ name="MultiversX" },
1010
]

0 commit comments

Comments
 (0)