forked from TrueCloudLab/neoneo-go
config: use 100ms for unit_testnet.single
I do see some reduced testing time for cli components with this setting even though it doesn't affect the overall time for me. Maybe it'll be beneficial in some cases. Refs. #2379.
This commit is contained in:
parent
af66a0441e
commit
4972def311
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
ProtocolConfiguration:
|
||||
Magic: 42
|
||||
MaxTraceableBlocks: 200000
|
||||
TimePerBlock: 1s
|
||||
TimePerBlock: 100ms
|
||||
MemPoolSize: 100
|
||||
StandbyCommittee:
|
||||
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
||||
|
|
Loading…
Reference in a new issue