increase webhook timeout

pull/402/merge
Pete Matsyburka 1 month ago
parent f84674cddd
commit a156d5f6cc

@ -43,7 +43,7 @@ module SendWebhookRequest
data: data data: data
}.to_json }.to_json
req.options.read_timeout = 8 req.options.read_timeout = 15
req.options.open_timeout = 8 req.options.open_timeout = 8
end end

Loading…
Cancel
Save