We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fa5b0 commit e132811Copy full SHA for e132811
framework/src/main/resources/config.conf
@@ -676,7 +676,7 @@ localwitness = [
676
block = {
677
needSyncCheck = true
678
maintenanceTimeInterval = 21600000 // 6 hours: 21600000(ms)
679
- proposalExpireTime = 259200000 // 3 days: 259200000(ms)
+ proposalExpireTime = 259200000 // default value: 3 days: 259200000(ms), Note: this value is controlled by committee proposal
680
# checkFrozenTime = 1 // for test only
681
}
682
@@ -759,6 +759,7 @@ committee = {
759
# allowTvmBlob = 0
760
# consensusLogicOptimization = 0
761
# allowOptimizedReturnValueOfChainId = 0
762
+ # proposalExpireTime
763
764
765
event.subscribe = {
0 commit comments