swri-robotics / bag-database

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

Extend async task timeout #154

Closed pjreed closed 3 years ago

pjreed commented 3 years ago

Spring was killing async tasks that ran longer than 30 seconds, which was preventing users from streaming long videos. This extends the timeout to 1 hour.

Fixes #153.