Fix: Increase timeout for Apprise notifications (#2628)

Co-authored-by: Alex Justesen <alexjustesen@users.noreply.github.com>
This commit is contained in:
Sven van Ginkel
2026-01-04 15:31:00 +01:00
committed by GitHub
parent d0377e15a7
commit 5bb28c23a9
+1 -1
View File
@@ -33,7 +33,7 @@ class AppriseChannel
}
try {
$request = Http::timeout(5)
$request = Http::timeout(30)
->withHeaders([
'Content-Type' => 'application/json',
]);