Skip to content

Commit

Permalink
testlib/wakunode.nim: set maxMessageSize: "1024 KiB"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Dec 21, 2023
1 parent 4ed576c commit 79ae7ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testlib/wakunode.nim
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ proc defaultTestWakuNodeConf*(): WakuNodeConf =
nat: "any",
maxConnections: 50,
topics: @[],
relay: true
relay: true,
maxMessageSize: "1024 KiB"
)

proc newTestWakuNode*(nodeKey: crypto.PrivateKey,
Expand Down

0 comments on commit 79ae7ba

Please sign in to comment.