Skip to content

Commit e132811

Browse files
author
Sunny Jiao
committed
update config for proposalExpireTime
1 parent 64fa5b0 commit e132811

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

framework/src/main/resources/config.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ localwitness = [
676676
block = {
677677
needSyncCheck = true
678678
maintenanceTimeInterval = 21600000 // 6 hours: 21600000(ms)
679-
proposalExpireTime = 259200000 // 3 days: 259200000(ms)
679+
proposalExpireTime = 259200000 // default value: 3 days: 259200000(ms), Note: this value is controlled by committee proposal
680680
# checkFrozenTime = 1 // for test only
681681
}
682682

@@ -759,6 +759,7 @@ committee = {
759759
# allowTvmBlob = 0
760760
# consensusLogicOptimization = 0
761761
# allowOptimizedReturnValueOfChainId = 0
762+
# proposalExpireTime
762763
}
763764

764765
event.subscribe = {

0 commit comments

Comments
 (0)