diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2024-06-19 12:30:32 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-06-19 16:07:37 +0000 |
commit | ca153067211627183307190d1ec55f0f255fa072 (patch) | |
tree | ee2803e0b979b0d8847482100f4282349052629c /apps/settings/l10n/pt_BR.json | |
parent | 24ee65746ee6e78f3c57205cea00d93628997fce (diff) | |
download | nextcloud-server-ca153067211627183307190d1ec55f0f255fa072.tar.gz nextcloud-server-ca153067211627183307190d1ec55f0f255fa072.zip |
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>
Diffstat (limited to 'apps/settings/l10n/pt_BR.json')
0 files changed, 0 insertions, 0 deletions