# newsfeed-worker configuration (production). Rendered to /etc/newsfeed/worker.toml. # No secrets (see config.toml.tmpl). database_path = "/var/lib/newsfeed/newsfeed.db" max_db_connections = 2 # Poll cadence. tick_secs = 60 # Don't re-poll the same RSS source more often than this. source_min_interval_secs = 900 # Sources polled per cycle, and items rescored per user per cycle. batch = 20 rescore_limit = 500 http_timeout_secs = 20 user_agent = "newsfeed-worker (+https://git.lair.cafe/grenade/newsfeed)"