Skip to content
Snippets Groups Projects
  • Nicolas Werner's avatar
    65a4c85e
    Don't sync db on every sync · 65a4c85e
    Nicolas Werner authored
    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.
    65a4c85e
    History
    Don't sync db on every sync
    Nicolas Werner authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.