Fork me on GitHub
#clojars
<
2018-04-10
>
hlolli21:04:11

I'm trying to deploy to clojars a 23mb jar JNA/Clojure app, and I'm getting

Return code is: 413, ReasonPhrase: Request Entity Too Large.
what's the size limit?

hlolli21:04:16

and if it's lower, is there any way to get it raised ?

danielcompton22:04:06

Might be 20 mb

danielcompton22:04:24

Can you give us more info on the project?

hlolli22:04:17

yes, it's the infamous overtone 🙂 https://github.com/overtone/scsynth I see now why previously Sam Aaron had these files in two repos, which made little sense to me, namely the overtone/scsynth and overtone/scsynth-extras

hlolli22:04:30

I may be able to slim the size, there are some of these native plugins that don't have any overtone bindings at the moment.

hlolli23:04:24

nevermind, solved it by splitting it into two artifacts like before