clojars

Takis_ 2022-03-09T15:16:37.393749Z

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_ 2022-03-09T15:53:05.240879Z

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

seancorfield 2022-03-09T16:48:59.698219Z

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

Alex Miller (Clojure team) 2022-03-09T16:55:48.891929Z

sounds like it was aot + uberjar really

seancorfield 2022-03-09T16:56:39.192839Z

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