I'm trying to increase the maximum upload size into CKAN.
So far I have changed development.ini
to read ckan.max_resource_size = 1024
but that didn't help. I also added MAX_CONTENT_LENGTH = 104857600
to datapusher_settings.py
but that didn't help either.
According to this StackOverflow post I need to change something inside DataPusher. However that post is over two years old, so I want to check if that information is still correct?
Also, this commit from August 2015 says that the hard coded limit of 10mb has been removed.
I'm running Tomcat, not Jetty. So the issue of Jetty limiting upload sizes isn't applicable.
What am I missing?