From 02ceccb97323499291418f06160f36019b6deb9b Mon Sep 17 00:00:00 2001 From: Felisp Date: Tue, 13 Aug 2024 03:16:19 +0200 Subject: [PATCH] Syncrhonize external default config and internal one --- src/rss_thread_watch/core.clj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/rss_thread_watch/core.clj b/src/rss_thread_watch/core.clj index 6a08fe5..558ba0a 100644 --- a/src/rss_thread_watch/core.clj +++ b/src/rss_thread_watch/core.clj @@ -37,8 +37,12 @@ :default-chod 94 :target "https://api.4chan.org" :lazy-load true} - :boards-enabled {"/mlp/" {} - "/g/" {}}}) + :boards-enabled {"/mlp/" {:lazy-load false} + "/g/" {:starting-page 7} + "/po/" {:starting-page 8 + :refresh-rate 86400} + "/p/" {:starting-page 8 + :refresh-rate 1800}}}) (def cli-options "Configuration defining program arguments for cli.tools"