increase webhook timeout

This commit is contained in:
Pete Matsyburka
2026-02-05 08:42:53 +02:00
parent f84674cddd
commit a156d5f6cc
+1 -1
View File
@@ -43,7 +43,7 @@ module SendWebhookRequest
data: data
}.to_json
req.options.read_timeout = 8
req.options.read_timeout = 15
req.options.open_timeout = 8
end