Skip to content

Commit df149fa

Browse files
committed
increase plugin manifest fetch timeout to 2m
1 parent 2d6b476 commit df149fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static class PluginsManifest
1717
private static readonly SemaphoreSlim manifestUpdateLock = new(1);
1818

1919
private static DateTime lastFetchedAt = DateTime.MinValue;
20-
private static TimeSpan fetchTimeout = TimeSpan.FromSeconds(10);
20+
private static TimeSpan fetchTimeout = TimeSpan.FromMinutes(2);
2121

2222
public static List<UserPlugin> UserPlugins { get; private set; }
2323

0 commit comments

Comments
 (0)