mirror of
https://github.com/overte-org/overte.git
synced 2025-06-04 11:00:27 +02:00
* We no longer make backups at the ES, so there is no backup to recover from if we crash during persist to disk. * When loading the most recent backup we look for files that match our backup rules. If we have no backup rules we end up grabbing everything. * Because we grab everything, we are at risk of grabbing the lock file and treating it as a backup. In the case where we crash on persist, we end up replacing the models.json.gz file with the lock file (!!). This commit makes a small change to not do the recovery on startup. In a future update we will remove the backup-related code on the ES altogether. |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt |