mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-03-09 11:10:09 -04:00
There was a race condition here because it wasn't waiting for the db flush to complete. This made write_path_retries sometimes not reflect the consequence of the flush, causing an assertion failure. I assume it was also responsible for gc_path_retries timeouts under travis-ci.