]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Fix ttrss not synchronizing
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 24 Jul 2022 11:14:56 +0000 (13:14 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 9 Apr 2023 15:16:25 +0000 (17:16 +0200)
modules/private/websites/tools/tools/ttrss.nix

index 1dc99ed0446bd9491c1248e866d191b526316d86..f1842aa57f85a0185e9f3c23e067eb386eaeecce 100644 (file)
@@ -57,6 +57,7 @@ rec {
         define('LOG_DESTINATION', ''');
         define('CONFIG_VERSION', 26);
 
+        define('DAEMON_UPDATE_LOGIN_LIMIT', 0);
 
         define('SPHINX_SERVER', 'localhost:9312');
         define('SPHINX_INDEX', 'ttrss, delta');