You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi this is a feature request. Would it be possible to make the artifacts cache durable (write to local file) so that https://clojars.org/repo/all-jars.clj is not downloaded every time cider jacks-in? I have the bad habit of restarting the cider repl many times and that's 4MB each time and I have to pay a lot for bandwidth. Also, bandwidth could be saved by downloading the gzipped version which is a fraction (1/8th) the size (500KB) https://clojars.org/repo/all-jars.clj.gz.
The text was updated successfully, but these errors were encountered:
I can give this a shot. It just needs to write a timestamp to a file and switch to using gzip. I wonder if there is already a file that I can reuse for this purpose :artifacts-cache-age-timestamp ?
We can do either or both. Do keep in mind that you have to check for the presence of gzip before running the new code path. Especially our users on Windows are unlikely to have that utility available on path for emacs to use.
Hi this is a feature request. Would it be possible to make the artifacts cache durable (write to local file) so that https://clojars.org/repo/all-jars.clj is not downloaded every time cider jacks-in? I have the bad habit of restarting the cider repl many times and that's 4MB each time and I have to pay a lot for bandwidth. Also, bandwidth could be saved by downloading the gzipped version which is a fraction (1/8th) the size (500KB) https://clojars.org/repo/all-jars.clj.gz.
The text was updated successfully, but these errors were encountered: