swri-robotics / bag-database

A server that catalogs bag files and provides a web-based UI for accessing them.
Other
344 stars 71 forks source link

Increase max upload size to 50GB #135

Closed pjreed closed 3 years ago

pjreed commented 3 years ago

The maximum upload size was set to 4GB, which is smaller than many bag files, so this increases the maximum to 50GB. It also displays a more useful error message in the upload box if the size is exceeded.

Fixes #134