Skip to content

Commit 84775df

Browse files
committed
update the comment of constantCallTimeoutMs
1 parent b225467 commit 84775df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

common/src/main/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

framework/src/main/resources/config.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)