0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

📎 Reduce audit log archive task chunk size

This commit is contained in:
Andrey Antukh 2022-03-11 15:14:40 +01:00
parent a8f5604718
commit d9bd63d34f

View file

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