Fork me on GitHub
#clojars
<
2022-03-09
>
Takis_15:03:37

hello, i am trying to deploy on clojars and i am getting Read timed out my jar is (7968k) i upload like 1mb/sec but still, timeouts in like 5 sec i used lein deploy clojars and given username/token , i uploaded the jars of 3 projects only one timeouts

Takis_15:03:05

solved i had aot, that made the jar very big, i removed the aot and its fine.

seancorfield16:03:59

@takis_ even with AOT, 7MB for a library is pretty big...?

Alex Miller (Clojure team)16:03:48

sounds like it was aot + uberjar really

seancorfield16:03:39

(and uberjars do not belong on Clojars... it's meant for libraries)