mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-03 14:03:10 +00:00
Remove debug from twonodesconfig
This commit is contained in:
parent
1f859b24fe
commit
5371aa2c7c
@ -12,7 +12,7 @@ export multinodes
|
||||
template twonodessuite*(name: string, body: untyped) =
|
||||
multinodesuite name:
|
||||
let twoNodesConfig {.inject, used.} =
|
||||
NodeConfigs(clients: CodexConfigs.init(nodes = 2).debug().some)
|
||||
NodeConfigs(clients: CodexConfigs.init(nodes = 2).some)
|
||||
|
||||
var node1 {.inject, used.}: CodexProcess
|
||||
var node2 {.inject, used.}: CodexProcess
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user