for forgejo use queue type channel (#559)

work-around to #459

Reviewed-on: fediversity/fediversity#559
This commit is contained in:
Kiara Grouwstra 2025-10-29 22:55:05 +01:00
parent e92e927f07
commit 719efd50ca

View file

@ -25,6 +25,8 @@ in
HTTP_ADDR = "127.0.0.1";
LANDING_PAGE = "explore";
};
# try a non-`level` queue as a temporary work-around to https://git.fediversity.eu/fediversity/fediversity/issues/459
queue.TYPE = "channel";
};
settings.service.ENABLE_NOTIFY_MAIL = true;