Skip to content

Commit

Permalink
chore: set default value of scheduling.longTermEnabled to true (#878
Browse files Browse the repository at this point in the history
)

Signed-off-by: Victor Yanev <[email protected]>
  • Loading branch information
victor-yanev authored Dec 5, 2024
1 parent 66eb69a commit 7ad0f45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/hedera-local",
"version": "2.32.5",
"version": "2.32.6",
"description": "Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/configuration/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
{"key": "hedera.transaction.eip2930.enabled", "value": true},
{"key": "accounts.blocklist.enabled", "value": false},
{"key": "accounts.blocklist.path", "value": "data/config/evm-addresses-blocklist.csv"},
{"key": "entities.unlimitedAutoAssociationsEnabled", "value": true}
{"key": "entities.unlimitedAutoAssociationsEnabled", "value": true},
{"key": "scheduling.longTermEnabled", "value": true}
]
}
}

0 comments on commit 7ad0f45

Please sign in to comment.