chore(attachment): increase poll antivirus timeout and make it clear it's not blocker

This commit is contained in:
Colin Darie 2022-12-07 18:36:03 +01:00
parent 169d701a03
commit 7719ce1865
10 changed files with 55 additions and 9 deletions

View file

@ -43,4 +43,10 @@ class Attachment::MultipleComponent < ApplicationComponent
helpers.auto_attach_url(champ)
end
alias poll_url auto_attach_url
def poll_context
return :dossier if champ.present?
nil
end
end