mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 03:28:25 -05:00
📎 Reduce audit log archive task chunk size
This commit is contained in:
parent
a8f5604718
commit
d9bd63d34f
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@
|
||||||
"select * from audit_log
|
"select * from audit_log
|
||||||
where archived_at is null
|
where archived_at is null
|
||||||
order by created_at asc
|
order by created_at asc
|
||||||
limit 1000
|
limit 256
|
||||||
for update skip locked;")
|
for update skip locked;")
|
||||||
|
|
||||||
(defn archive-events
|
(defn archive-events
|
||||||
|
|
Loading…
Add table
Reference in a new issue