Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 2.2.3 into develop #5133

Closed
wants to merge 2 commits into from
Closed

Merge 2.2.3 into develop #5133

wants to merge 2 commits into from

Commits on Sep 14, 2024

  1. Update SQLite3 max_page_count to match current defaults (#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 #5102
    jscottbranson authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9abc486 View commit details
    Browse the repository at this point in the history
  2. Set version to 2.2.3

    intelliot committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    68e1be3 View commit details
    Browse the repository at this point in the history