mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
Changed queue durability from false to true
This commit is contained in:
parent
bf5272e83d
commit
896642b374
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Hook(hook.BaseHook):
|
|||
self._channel = connection.channel()
|
||||
|
||||
def _make_declare_queue_synced(self, topic):
|
||||
self._channel.queue_declare(queue=topic)
|
||||
self._channel.queue_declare(queue=topic, durable=True)
|
||||
|
||||
def notify(self, notification_item):
|
||||
if isinstance(notification_item, HookNotificationItem):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue