ctmm-initiative / ctmmweb

Web app for analyzing animal tracking data, built upon ctmm R package
http://biology.umd.edu/movement.html
GNU General Public License v3.0
34 stars 22 forks source link

Maximum File Size #62

Closed NoonanM closed 6 years ago

NoonanM commented 6 years ago

A user is having issues with loading in saved data. After saving, and trying to load back in, the app says the file size limit has been exceeded.

xhdong-umd commented 6 years ago

The shiny upload file size has a limit, previously I set it to about 200M. Now with the saved data we may need bigger limit. I'll increase it to 1G.

The update will be pushed once I finished current task.

NoonanM commented 6 years ago

Yeah the user in question has 36 animals, so that's within the range many studies might have. The larger file size limit will be useful.

xhdong-umd commented 6 years ago

There is nothing to prevent we set it to a very big number, but uploading large file through browser will be quite slow, and plots with lots of points can be slow too.

xhdong-umd commented 6 years ago

Changed to 2G and updated the repo.