mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 10:21:38 +02:00
🐛 Skip unnecesary mutation events from audit log
This commit is contained in:
parent
3dfd87eee1
commit
86712f977d
3 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue