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

[stable28] fix(dav): Limit number of UPDATES for sync token created_at #45990

Merged
merged 1 commit into from
Jun 20, 2024

Commits on Jun 19, 2024

  1. fix(dav): Limit number of UPDATES for sync token created_at

    Address book and calendar sync tokens have a created_at column in 26+
    and we need to assign a current timestamp to the existing data at
    upgrade so the data isn't cleaned up immediately. Updating the full
    table is expensive and fails on clustered setups that limit transaction
    size. We don't need a timestamp for the oldest rows so we can skip
    updating them.
    
    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and backportbot[bot] committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ca15306 View commit details
    Browse the repository at this point in the history