mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-07-31 23:49:33 +00:00
Before this patch we could exit the process without waiting for file writing task to complete. As a result a file could become corrupted or a large chunk of data could be missing. Now the main thread either waits until file writing task completes or it writes log buffer to file itself.