mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
f44f1d2e83
We have set the max retry interval to a value larger than a postgres or sqlite int can hold, which caused exceptions when updating the destinations table. To fix postgres we need to change the column to a bigint, and for sqlite we lower the max interval to 2**62 (which is still incredibly long). |
||
---|---|---|
.. | ||
add_spans_to_device_lists.sql | ||
current_state_events_membership_mk2.sql | ||
current_state_events_membership.sql | ||
destinations_failure_ts.sql | ||
destinations_retry_interval_type.sql.postgres | ||
devices_last_seen.sql | ||
fix_room_keys_index.sql | ||
redaction_censor2.sql | ||
redaction_censor.sql | ||
room_membership_idx.sql | ||
stats_separated.sql | ||
user_external_ids.sql | ||
users_in_public_rooms_idx.sql |