From d669f1ba78d17074e266cc5a714ae7fa363f2059 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 7 Jan 2026 15:56:25 +0200 Subject: [PATCH] add comments --- crates/crawler/config/example.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crates/crawler/config/example.toml b/crates/crawler/config/example.toml index a5b62dc..a6366d4 100644 --- a/crates/crawler/config/example.toml +++ b/crates/crawler/config/example.toml @@ -1,5 +1,8 @@ -update = 60 +# Rescan feed channels time, in seconds +update = 900 +# Database connection setup +# * see crates/mysql/database [mysql] host = "localhost" port = 3307 @@ -7,6 +10,7 @@ user = "" password = "" database = "rssto" +# Content sources (unlimited) [[channel]] url = "https://" items_limit = 20