mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-05-12 05:19:33 +00:00
fix: update default
This commit is contained in:
parent
59d0132ec5
commit
42c6c636bc
@ -27,10 +27,13 @@ const
|
||||
|
||||
const DefaultRlnTreePath* = "rln_tree.db"
|
||||
|
||||
const RlnTreeDBName_dummy* = "rln_tree.db"
|
||||
|
||||
const
|
||||
# pre-processed "rln/waku-rln-relay/v2.0.0" to array[32, byte]
|
||||
DefaultRlnIdentifier*: RlnIdentifier = [
|
||||
114, 108, 110, 47, 119, 97, 107, 117, 45, 114, 108, 110, 45, 114, 101, 108, 97, 121,
|
||||
114, 108, 110, 47, 119, 97, 107, 117, 45, 114, 108, 110, 45, 114, 101, 108,
|
||||
97, 121,
|
||||
47, 118, 50, 46, 48, 46, 48, 0, 0, 0, 0, 0, 0, 0,
|
||||
]
|
||||
DefaultUserMessageLimit* = UserMessageLimit(20)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user