deploy: 08c67e7ea6a829627f3d1d6ebe32a6c678333b48

This commit is contained in:
LNSD 2022-11-02 17:12:19 +00:00
parent 27f4155f64
commit 573b047382

View File

@ -493,7 +493,7 @@ proc validateDbUrl*(val: string): ConfResult[string] =
return err("invalid 'db url' option format: " & val)
let StoreMessageRetentionPolicyRegex = re"^\w+:\w$"
let StoreMessageRetentionPolicyRegex = re"^\w+:\w+$"
proc validateStoreMessageRetentionPolicy*(val: string): ConfResult[string] =
let val = val.strip()