Merge pull request #3518 from nspcc-dev/tune-neofs-mtb

config: drop MTB value for NeoFS networks to three days
This commit is contained in:
Anna Shaleva 2024-07-18 17:48:41 +03:00 committed by GitHub
commit d78ed4e8f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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