Improve default update-file webhook batch timeout

This commit is contained in:
Andrey Antukh 2022-12-14 14:15:42 +01:00
parent a8f65ba69e
commit 6a7a25121e
3 changed files with 2 additions and 3 deletions

View file

@ -131,7 +131,7 @@
{::climit/queue :update-file
::climit/key-fn :id
::webhooks/event? true
::webhooks/batch-timeout (dt/duration "2s")
::webhooks/batch-timeout (dt/duration "2m")
::webhooks/batch-key webhook-batch-keyfn
::doc/added "1.17"}
[{:keys [pool] :as cfg} {:keys [id profile-id] :as params}]