You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/example/ir.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ fschain:
41
41
path: ./db/morph.bolt # File system path to the storage. Ignored for 'inmemory' storage.
42
42
time_per_block: 1s# Optional time period (approximate) between two adjacent blocks. Defaults to 15s.
43
43
# Must not be negative
44
+
max_time_per_block: 20s# Optional maximum time period (approximate) between two adjacent blocks, enabled dynamic block time. Not set by default (time_per_block only used).
45
+
# Must not be negative, must be bigger than time_per_block.
44
46
max_traceable_blocks: 11520# Optional length of the chain accessible to smart contracts. Defaults to 17280.
45
47
# Must not be greater than 4294967295
46
48
max_valid_until_block_increment: 3600# Optional transaction validity period relative to the current height. Defaults to 8640.
0 commit comments