From 89d6053c9df5c7b7e8644c019390e818e4b08853 Mon Sep 17 00:00:00 2001 From: Felisp Date: Sun, 24 Dec 2023 01:21:32 +0100 Subject: [PATCH] Add more dev level statements --- src/rss_thread_watch/core.clj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rss_thread_watch/core.clj b/src/rss_thread_watch/core.clj index 7e76c66..d80656b 100644 --- a/src/rss_thread_watch/core.clj +++ b/src/rss_thread_watch/core.clj @@ -60,3 +60,6 @@ ;; Dont block REPL thread :join? false})) ;; (repl-main) +;; Single cache update for repl +;; (watcher/update-thread-cache! (:target CONFIG) (:starting-page CONFIG)) +;; (watcher/update-thread-cache! "/home/michal/Zdrojaky/Clojure/rss-thread-watch/resources/catalog-pts9.json" (:starting-page CONFIG))