From 37179c0111442e54791084afb2517dfd3a462676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=85=B0=EF=B8=8F=F0=9F=85=B0=EF=B8=8F=F0=9F=85=B0?= =?UTF-8?q?=EF=B8=8F1=EF=B8=8F=E2=83=A36=EF=B8=8F=E2=83=A32=EF=B8=8F?= =?UTF-8?q?=E2=83=A3=20=E2=9C=94=EF=B8=8F?= Date: Thu, 8 Jan 2026 23:49:30 -0600 Subject: [PATCH] maint: Increase httpclient timeout to 10 secs --- MixItUp.Base/Web/AdvancedHttpClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MixItUp.Base/Web/AdvancedHttpClient.cs b/MixItUp.Base/Web/AdvancedHttpClient.cs index be19b0c05..01df70f3d 100644 --- a/MixItUp.Base/Web/AdvancedHttpClient.cs +++ b/MixItUp.Base/Web/AdvancedHttpClient.cs @@ -90,9 +90,9 @@ public HttpRequestRateLimits(HttpResponseMessage response) public class AdvancedHttpClient : HttpClient { /// - /// The default request timeout amount of 5 seconds. + /// The default request timeout amount of 10 seconds. /// - public static readonly TimeSpan DefaultRequestTimeout = new TimeSpan(0, 0, 5); + public static readonly TimeSpan DefaultRequestTimeout = new TimeSpan(0, 0, 10); /// /// Creates an HttpContent object from the specified object.