mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-21 11:51:03 +00:00
config: drop MTB value for NeoFS networks to three days
We want to cut the tail more aggressively, what matters is state, but not old blocks and transactions that contracts don't use in any way. #3493 suggests that it's safe to limit the tail to one day, but let's be a bit more conservative for now. As a sidenote, EVM only allows to fetch things from the recent 256 blocks. Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
c207b9b194
commit
19d5e05d60
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
ProtocolConfiguration:
|
||||
Magic: 91414437
|
||||
MaxTraceableBlocks: 2102400
|
||||
MaxTraceableBlocks: 17280
|
||||
InitialGASSupply: 52000000
|
||||
TimePerBlock: 15s
|
||||
MemPoolSize: 50000
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
ProtocolConfiguration:
|
||||
Magic: 735783775
|
||||
MaxTraceableBlocks: 2102400
|
||||
MaxTraceableBlocks: 17280
|
||||
InitialGASSupply: 52000000
|
||||
TimePerBlock: 15s
|
||||
MemPoolSize: 50000
|
||||
|
|
Loading…
Reference in a new issue