🐛 Skip unnecesary mutation events from audit log

This commit is contained in:
Andrey Antukh 2023-02-01 18:06:12 +01:00
parent 3dfd87eee1
commit 86712f977d
3 changed files with 10 additions and 6 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