mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
Limits the number of URL synchronization downloads by time stamping files for X seconds fixes (#2586). Also, show the amount of downloaded data as soon as the download is started fix (#2460) * Adds time validity to UrlSynchronized files (#2586) Updated affected asset files. Satellite asset files lasts for 24h by default now. Other assets are updated to work as before. Obs timestamp is computed using UTC time. * Code cleanup * Update httpsynchronization.cpp * Applied suggestions from code review * Update multi-line comment to `//` * Remove accidental commas in .asset files Co-authored-by: Emma Broman <emma.broman@liu.se> * Fixed PR comments + bug in .asset file * Refactor code * Reports downloaded data as early as possible, fixes (#2460) * More files --------- Co-authored-by: Alexander Bock <alexander.bock@liu.se> Co-authored-by: Emma Broman <emma.broman@liu.se>