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"