mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
📎 Reduce default chunk size of the audit log archive task
This commit is contained in:
parent
58cfd61997
commit
e0aeb3b5ac
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,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
|
||||
|
|
Loading…
Reference in a new issue