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