mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 04:56:11 +02:00
🎉 Add missing rlimit metadata and configuration
This commit is contained in:
parent
ff30d505af
commit
741ad29d82
3 changed files with 6 additions and 6 deletions
|
@ -273,7 +273,7 @@
|
|||
(contains? o :changes-with-metadata)))))
|
||||
|
||||
(sv/defmethod ::update-file
|
||||
{::rlimit/permits 20}
|
||||
{::rlimit/permits (cf/get :rlimit-file-update)}
|
||||
[{:keys [pool] :as cfg} {:keys [id profile-id] :as params}]
|
||||
(db/with-atomic [conn pool]
|
||||
(db/xact-lock! conn id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue