Skip to content

Commit 5bb28c2

Browse files
Fix: Increase timeout for Apprise notifications (alexjustesen#2628)
Co-authored-by: Alex Justesen <[email protected]>
1 parent d0377e1 commit 5bb28c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Notifications/AppriseChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function send(object $notifiable, Notification $notification): void
3333
}
3434

3535
try {
36-
$request = Http::timeout(5)
36+
$request = Http::timeout(30)
3737
->withHeaders([
3838
'Content-Type' => 'application/json',
3939
]);

0 commit comments

Comments
 (0)