File tree Expand file tree Collapse file tree
common/src/main/resources
framework/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ vm = {
699699 # Max retry time for executing transaction in estimating energy
700700 estimateEnergyMaxRetry = 3
701701
702- # Specify constant call timeout
702+ # Max TVM execution time (ms) for constant calls. 0 means no effect
703703 constantCallTimeoutMs = 0
704704}
705705
Original file line number Diff line number Diff line change @@ -750,7 +750,7 @@ vm = {
750750 # Omit the property entirely to keep the default behaviour of sharing the
751751 # block-processing deadline. Migration note: if previously running --debug
752752 # to extend constant calls, switch to this option (--debug also extends
753- # block-processing, which is unsafe; see issue #6266).
753+ # block-processing, which is unsafe; see issue #6266). Default: 0.
754754 # constantCallTimeoutMs = 100
755755}
756756
You can’t perform that action at this time.
0 commit comments