forked from TrueCloudLab/frostfs-dev-env
Reduce block generation time
To reduce integration tests run time, reduce the block generation time to 5 seconds
This commit is contained in:
parent
fb50d30a2b
commit
585031f1ba
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
ProtocolConfiguration:
|
||||
Magic: 56753
|
||||
SecondsPerBlock: 15
|
||||
SecondsPerBlock: 5
|
||||
MemPoolSize: 50000
|
||||
StandbyValidators:
|
||||
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
||||
|
|
Loading…
Reference in a new issue