mailcow/data
Michael Stilkerich 533bd36572 Fix CPU load of dockerapi container
Previously the handle_pubsub_messages() loop was executing every 10ms
when there was no message available. Now reading from the redis network
socket will block (the coroutine) for up to 30s before it returns when
no message is available.

Using channel.listen() would be even better, but it lacks the
ignore_subscribe_messages option and I could not figure out how to
filter the returned messages.
2023-08-05 20:58:34 +02:00
..
assets [Nextcloud] Changed default X-Robots Tag behavior 2023-03-28 11:40:00 +02:00
conf [Postfix] rework dns_blocklists.cf generation 2023-08-02 16:36:59 +02:00
Dockerfiles Fix CPU load of dockerapi container 2023-08-05 20:58:34 +02:00
hooks [SOGo] Added hooks support for SOGo image (#4181) 2021-07-28 21:41:44 +02:00
web [Web] change style of f2b active ban actions 2023-07-27 14:19:18 +02:00