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 #5134

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Merge 2.2.3 into develop #5134

merged 3 commits into from
Sep 16, 2024

Commits on Sep 14, 2024

  1. 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
    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

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    fa1cbb0 View commit details
    Browse the repository at this point in the history