Skip to content
Snippets Groups Projects
Commit 65a4c85e authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Don't sync db on every sync

This fixes some lag, when Nheko is running, which could affect Nheko and
even other applications by excessively calling fsync. This should be
fine, since all filesystems seem to guarantee order and in most cases,
the modified pages are still written. In the worst case we should only
lose the last /sync results or similar.
parent dc1dd6e2
No related branches found
No related tags found
No related merge requests found
Pipeline #206 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment