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

Conversation

intelliot
Copy link
Collaborator

High Level Overview of Change

Merge 2.2.3 hotfix release into develop.

Context of Change

Set max_page_count=4294967294 to provide more headroom for full history servers using transaction.db.

Type of Change

  • Release

jscottbranson and others added 2 commits September 14, 2024 11:38
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
@intelliot
Copy link
Collaborator Author

Fixed merge conflicts and replaced with #5134

@intelliot intelliot closed this Sep 15, 2024
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.

2 participants