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 2d6b476 commit df149faCopy full SHA for df149fa
Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs
@@ -17,7 +17,7 @@ public static class PluginsManifest
17
private static readonly SemaphoreSlim manifestUpdateLock = new(1);
18
19
private static DateTime lastFetchedAt = DateTime.MinValue;
20
- private static TimeSpan fetchTimeout = TimeSpan.FromSeconds(10);
+ private static TimeSpan fetchTimeout = TimeSpan.FromMinutes(2);
21
22
public static List<UserPlugin> UserPlugins { get; private set; }
23
0 commit comments