Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SQLite3 max_page_count to match current defaults (XRPLF#5114)
When rippled initiates a connection to SQLite3, rippled sends a "PRAGMA" statement defining the maximum number of pages allowed in the database. Update the max_page_count so it is consistent with the default for newer versions of SQLite3. Increasing max_page_count is critical for keeping full history servers online. Fix XRPLF#5102
- Loading branch information