1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Added queue type config for topic, values are classic and quorum

This commit is contained in:
Tuna Celik 2024-03-02 13:38:42 +01:00
parent 3e6d8db98d
commit 22c843c49c
4 changed files with 14 additions and 2 deletions

View file

@ -223,6 +223,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
("rabbitmq_topic", {
"value": "",
"help": "topic to declare queue",
"type": str}),
("rabbitmq_queue_type", {
"value": "",
"help": "queue type for topic declaration",
"type": str})])),
("web", OrderedDict([
("type", {