Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Andrey Antukh 2023-02-01 23:25:25 +01:00
commit 50ee0ad3fd
4 changed files with 8 additions and 4 deletions

View file

@ -247,7 +247,7 @@
from audit_log
where archived_at is null
order by created_at asc
limit 256
limit 128
for update skip locked;")
(defn archive-events