mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-07 16:03:13 +00:00
Remove debug from twonodesconfig
This commit is contained in:
parent
828fcf6edb
commit
7acb05d5b1
@ -12,7 +12,7 @@ export multinodes
|
|||||||
template twonodessuite*(name: string, body: untyped) =
|
template twonodessuite*(name: string, body: untyped) =
|
||||||
multinodesuite name:
|
multinodesuite name:
|
||||||
let twoNodesConfig {.inject, used.} =
|
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 node1 {.inject, used.}: CodexProcess
|
||||||
var node2 {.inject, used.}: CodexProcess
|
var node2 {.inject, used.}: CodexProcess
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user