Skip to content

Commit

Permalink
Merge pull request #449 from multiversx/better-localnet-20
Browse files Browse the repository at this point in the history
Localnet: adjust "VmQueryDelayAfterStartInSec" (30 seconds instead of 120)
  • Loading branch information
andreibancioiu committed Sep 20, 2024
2 parents 0f7091f + 82d35ea commit c1386f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions multiversx_sdk_cli/localnet/node_config_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def patch_config(data: ConfigDict, config: ConfigRoot):
epoch_start_config['MinRoundsBetweenEpochs'] = int(config.general.rounds_per_epoch / 4)

data['EpochStartConfig'].update(epoch_start_config)
data['WebServerAntiflood']['VmQueryDelayAfterStartInSec'] = 30

# Always use the latest VM
data['VirtualMachine']['Execution']['WasmVMVersions'] = [{'StartEpoch': 0, 'Version': '*'}]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "multiversx-sdk-cli"
version = "9.6.2"
version = "9.6.3"
authors = [
{ name="MultiversX" },
]
Expand Down

0 comments on commit c1386f2

Please sign in to comment.