while trying to preview docs locally, I'm seeing a lot of:
INFO [2019-06-29 14:51:11,744] Tea-Time 0 - cljdoc.server.clojars-stats Read <https://clojars.org/stats/downloads-20180717.edn>... 4844 releases
INFO [2019-06-29 14:51:13,706] Tea-Time 0 - cljdoc.server.clojars-stats Read <https://clojars.org/stats/downloads-20180718.edn>... 4906 releases
INFO [2019-06-29 14:51:15,604] Tea-Time 0 - cljdoc.server.clojars-stats Read <https://clojars.org/stats/downloads-20180719.edn>... 4802 releases
@martinklepsch can this be turned off? it takes a long time before I can preview my docs (I have waited for 20 minutes now and still can't)cljdoc stickers? I want!
I'm not interested in any internet traffic while previewing docs locally 🙂
I'm now trying this:
docker run --rm -p 8000:8000 -v /tmp/cljdoc:/app/data -v $PWD/script:/app/config \
-e CLJDOC_CONFIG_EDN=/app/config/cljdoc-config.edn cljdoc/cljdoc
{:cljdoc/server {:disable-release-monitor? true}}
but that leaves me with config errors... it seems it needs a complete config file. that's closed world thinking! 😉@borkdude I think the release fetching shouldn’t cause any blocking
well, it does, it locks lucene
Suggestions/PRs welcome as usual but in weekend mode right now 😄
I’ll get you a sticker when we see each other at heart of Clojure
😄
My suggestion would be to disable this thing by default as this is only for production
(is my impression)
I am now able to preview the docs when I go directly to the URL