Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: re-order PRAGMA statements (XRPLF#5140)
The page_size will soon be made configurable with XRPLF#5135, making this re-ordering necessary. When opening SQLite connection, there are specific pragmas set with commonPragmas. In particular, PRAGMA journal_mode creates journal file and locks the page_size; as of this commit, this sets the page size to the default value of 4096. Coincidentally, the hardcoded page_size was also 4096, so no issue was noticed.
- Loading branch information