We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7591db commit cd33396Copy full SHA for cd33396
src/Files.App/Services/SideloadUpdateService.cs
@@ -21,7 +21,7 @@ public sealed class SideloadUpdateService : ObservableObject, IUpdateService, ID
21
private const string SIDELOAD_STABLE = "https://cdn.files.community/files/stable/Files.Package.appinstaller";
22
private const string SIDELOAD_PREVIEW = "https://cdn.files.community/files/preview/Files.Package.appinstaller";
23
24
- private readonly HttpClient _client = new(new SocketsHttpHandler { PooledConnectionLifetime = TimeSpan.FromMinutes(1) });
+ private readonly HttpClient _client = new(new SocketsHttpHandler { PooledConnectionLifetime = TimeSpan.FromMinutes(3) });
25
26
private readonly Dictionary<string, string> _sideloadVersion = new()
27
{
0 commit comments