mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-19 01:57:48 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into neilj/reserved_users
This commit is contained in:
commit
be59910b93
16 changed files with 225 additions and 156 deletions
|
@ -87,7 +87,7 @@ class MonthlyActiveUsersStore(SQLBaseStore):
|
|||
# If MAU user count still exceeds the MAU threshold, then delete on
|
||||
# a least recently active basis.
|
||||
# Note it is not possible to write this query using OFFSET due to
|
||||
# incompatibilities in how sqlite an postgres support the feature.
|
||||
# incompatibilities in how sqlite and postgres support the feature.
|
||||
# sqlite requires 'LIMIT -1 OFFSET ?', the LIMIT must be present
|
||||
# While Postgres does not require 'LIMIT', but also does not support
|
||||
# negative LIMIT values. So there is no way to write it that both can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue