Hi, don't know if it's the write place to ask. Can somebody help me understand war output. After doing lein ring uberwar
and jar xf name.war
, in WEB-INF
I have lib & classes. Seems that a most of the project dependencies are in both. If I remove from classes all the dependencies and leave just the project files, the app works, but it seems to increase the startup time a bit.
Asking this because for "google appengine standard env" there is a 10k file limit per app, and I have 7k just for my base template. Curious if there are any other implications in deleting the libs from classes
apart from startup time