mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:20:08 +00:00
Fix: Increase timeout for Apprise notifications (#2628)
Co-authored-by: Alex Justesen <alexjustesen@users.noreply.github.com>
This commit is contained in:
@@ -33,7 +33,7 @@ class AppriseChannel
|
||||
}
|
||||
|
||||
try {
|
||||
$request = Http::timeout(5)
|
||||
$request = Http::timeout(30)
|
||||
->withHeaders([
|
||||
'Content-Type' => 'application/json',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user