mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
increase plugin manifest fetch timeout to 2m
This commit is contained in:
parent
2d6b476685
commit
df149fae8a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ namespace Flow.Launcher.Core.ExternalPlugins
|
||||||
private static readonly SemaphoreSlim manifestUpdateLock = new(1);
|
private static readonly SemaphoreSlim manifestUpdateLock = new(1);
|
||||||
|
|
||||||
private static DateTime lastFetchedAt = DateTime.MinValue;
|
private static DateTime lastFetchedAt = DateTime.MinValue;
|
||||||
private static TimeSpan fetchTimeout = TimeSpan.FromSeconds(10);
|
private static TimeSpan fetchTimeout = TimeSpan.FromMinutes(2);
|
||||||
|
|
||||||
public static List<UserPlugin> UserPlugins { get; private set; }
|
public static List<UserPlugin> UserPlugins { get; private set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue