Skip to content

Commit

Permalink
- compressed configs
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Sep 23, 2022
1 parent e7da853 commit 825cacb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/node/config/enableEpochs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,16 +210,16 @@
CheckExecuteOnReadOnlyEnableEpoch = 1

# ESDTMetadataContinuousCleanupEnableEpoch represents the epoch when esdt metadata is automatically deleted according to inshard liquidity
ESDTMetadataContinuousCleanupEnableEpoch = 4
ESDTMetadataContinuousCleanupEnableEpoch = 1

# HeartbeatDisableEpoch represents the epoch when heartbeat v1 messages stop being sent and processed
HeartbeatDisableEpoch = 2
HeartbeatDisableEpoch = 1

# MiniBlockPartialExecutionEnableEpoch represents the epoch when mini block partial execution will be enabled
MiniBlockPartialExecutionEnableEpoch = 3
MiniBlockPartialExecutionEnableEpoch = 1

# FixAsyncCallBackArgsListEnableEpoch represents the epoch when the async callback arguments lists fix will be enabled
FixAsyncCallBackArgsListEnableEpoch = 6
FixAsyncCallBackArgsListEnableEpoch = 1

# MaxNodesChangeEnableEpoch holds configuration for changing the maximum number of nodes and the enabling epoch
MaxNodesChangeEnableEpoch = [
Expand Down

0 comments on commit 825cacb

Please sign in to comment.