Skip to content

chore: remove hardcoded HTTP timeouts, use Laravel's 30s default#2789

Merged
alexjustesen merged 1 commit into
alexjustesen:1.xfrom
svenvg93:chore/adjust-timeouts
May 25, 2026
Merged

chore: remove hardcoded HTTP timeouts, use Laravel's 30s default#2789
alexjustesen merged 1 commit into
alexjustesen:1.xfrom
svenvg93:chore/adjust-timeouts

Conversation

@svenvg93

Copy link
Copy Markdown
Contributor

📃 Description

Removes hardcoded HTTP timeouts from GetOoklaSpeedtestServers and AppriseChannel, letting both fall back to Laravel's built-in 30-second default. The previous 5-second timeout on the Ookla server list endpoint was to short in slow networks..

Closes #2787

🪵 Changelog

🗑️ Removed

  • Removed hardcoded ->timeout(5) from GetOoklaSpeedtestServers — now uses Laravel's 30-second default
  • Removed hardcoded ->timeout(60) from AppriseChannel — now uses Laravel's 30-second default
  • Removed hardcoded ->timeout(5) from GetExternalIpAddress — now uses Laravel's 30-second default
  • Removed hardcoded ->timeout(5) from CheckForInternetConnectionJob — now uses Laravel's 30-second default
  • Removed hardcoded ->timeout(10) from Repository — now uses Laravel's 30-second default

@svenvg93
svenvg93 requested a review from alexjustesen as a code owner May 25, 2026 13:43
@alexjustesen
alexjustesen merged commit c5ae720 into alexjustesen:1.x May 25, 2026
2 checks passed
@svenvg93
svenvg93 deleted the chore/adjust-timeouts branch May 25, 2026 13:55
arjayalsonado added a commit to arjayalsonado/speedtest-tracker that referenced this pull request May 29, 2026
3a3bb18 Upstream Release v1.14.3 (alexjustesen#2793)
e748623 chore: remove unused Laravel Telescope (alexjustesen#2792)
5845bd5 chore: remove Unifi integration (alexjustesen#2791)
26122d2 chore: remove Librespeed references (alexjustesen#2790)
c5ae720 chore: remove hardcoded HTTP timeouts, use Laravel's 30s default (alexjustesen#2789)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Server list fails because Ookla API timeout is hardcoded to 5 seconds

2 participants