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))