From 8c1cfbed332b5b7e6e0865d9405185377e3ba31d Mon Sep 17 00:00:00 2001 From: Felisp Date: Tue, 30 Jul 2024 01:20:32 +0200 Subject: [PATCH] Update interla config to corespondent to Example This should be solved differently, who wants to keep updating this by hand --- src/rss_thread_watch/core.clj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/rss_thread_watch/core.clj b/src/rss_thread_watch/core.clj index ee96881..1543206 100644 --- a/src/rss_thread_watch/core.clj +++ b/src/rss_thread_watch/core.clj @@ -29,10 +29,11 @@ :default-board "/mlp/" :enable-board-listing true :board-disabled-message "This board is not enabled for feed generation.\n\nYou can contact me here: [contact] and I may enable it for you" - :target "https://api.4chan.org" :boards-defaults {:refresh-rate 300 :starting-page 7 - :default-chod 94} + :default-chod 94 + :target "https://api.4chan.org" + :lazy-load true} :boards-enabled {"/mlp/" {} "/g/" {}}})