mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-07-29 03:23:12 +00:00
deploy: 08c67e7ea6a829627f3d1d6ebe32a6c678333b48
This commit is contained in:
parent
27f4155f64
commit
573b047382
@ -493,7 +493,7 @@ proc validateDbUrl*(val: string): ConfResult[string] =
|
|||||||
return err("invalid 'db url' option format: " & val)
|
return err("invalid 'db url' option format: " & val)
|
||||||
|
|
||||||
|
|
||||||
let StoreMessageRetentionPolicyRegex = re"^\w+:\w$"
|
let StoreMessageRetentionPolicyRegex = re"^\w+:\w+$"
|
||||||
|
|
||||||
proc validateStoreMessageRetentionPolicy*(val: string): ConfResult[string] =
|
proc validateStoreMessageRetentionPolicy*(val: string): ConfResult[string] =
|
||||||
let val = val.strip()
|
let val = val.strip()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user