Fork me on GitHub
#xtdb
<
2019-06-28
>
denik15:06:00

Just tried adding crux master through clojure deps and it complained about a manifest file missing. Maybe the pom file? Anyway, would be lovely to get (and test) the most recent features/fixes. For example, I think my index grew large enough that sync started to timeout. The timeout code had a bug which got fixed here https://github.com/juxt/crux/commit/cece45cdd45962df604b60a2edb5e3297db3b45e but I currently don't know how I could leverage that using clojure.deps until the next release.

jonpither16:06:13

Hi @denik thanks. We will release in Monday if not before.

jonpither16:06:32

For future reference, I think if you clone the repo and do a Lein install, it will install a local snapshot version you can use.

👌 4