mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-03-30 08:23:10 +00:00
set reputationEnabled to false by default in config
This commit is contained in:
parent
d8ba7b7eef
commit
350929c6eb
@ -75,7 +75,6 @@ suite "Waku Lightpush Client":
|
||||
server = await newTestWakuLightpushNode(serverSwitch, handler)
|
||||
serverFailsLightpush =
|
||||
await newTestWakuLightpushNode(serverSwitchFailsLightpush, handlerFailsLightpush)
|
||||
## FIXME: how to pass reputationEnabled from config to here? should we?
|
||||
client = newTestWakuLightpushClient(clientSwitch, reputationEnabled = true)
|
||||
|
||||
await allFutures(
|
||||
|
||||
@ -497,10 +497,9 @@ hence would have reachability issues.""",
|
||||
.}: string
|
||||
|
||||
## Reputation config
|
||||
## FIXME: should be set to false by default
|
||||
reputationEnabled* {.
|
||||
desc: "Enable client-side reputation for light protocols: true|false",
|
||||
defaultValue: true,
|
||||
defaultValue: false,
|
||||
name: "reputation"
|
||||
.}: bool
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user