Don't expire queues at all in the /pubsub vhost

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-07-07 17:13:08 +02:00
parent 56fb57934b
commit 83ce202846
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -224,8 +224,6 @@
state: present state: present
pattern: ".*" pattern: ".*"
tags: tags:
# Unused queues are killed after 1000 * 60 * 60 * 31 milliseconds (~a month)
expires: 111600000
# Queues can use at most 1GB of storage # Queues can use at most 1GB of storage
max-length-bytes: 1073741824 max-length-bytes: 1073741824
vhost: /pubsub vhost: /pubsub