Skip to content

fix: use sqlite in NORMAL synchronous mode - #334

Open
jgonet wants to merge 1 commit into
gabehf:mainfrom
jgonet:jgonet/sqlite-sync
Open

fix: use sqlite in NORMAL synchronous mode#334
jgonet wants to merge 1 commit into
gabehf:mainfrom
jgonet:jgonet/sqlite-sync

Conversation

@jgonet

@jgonet jgonet commented Aug 2, 2026

Copy link
Copy Markdown

Description

We don't need to optimise for power loss. This speeds up sqlite ops a bit – was part of my changes to improve importer speed.

Ref: https://sqlite.org/pragma.html#pragma_synchronous:~:text=The%20synchronous%3DNORMAL%20setting

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

  • Unit Tests
  • Manual Testing (please describe steps)

Checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have ensured my changes generate no new warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant