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:
Roman Khimov 2024-07-17 19:26:51 +03:00
parent c207b9b194
commit 19d5e05d60
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
ProtocolConfiguration:
Magic: 91414437
MaxTraceableBlocks: 2102400
MaxTraceableBlocks: 17280
InitialGASSupply: 52000000
TimePerBlock: 15s
MemPoolSize: 50000

View file

@ -1,6 +1,6 @@
ProtocolConfiguration:
Magic: 735783775
MaxTraceableBlocks: 2102400
MaxTraceableBlocks: 17280
InitialGASSupply: 52000000
TimePerBlock: 15s
MemPoolSize: 50000