We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df28d7f commit da71b90Copy full SHA for da71b90
src/Ocelot.Provider.Kubernetes/WatchKube.cs
@@ -10,7 +10,7 @@ namespace Ocelot.Provider.Kubernetes;
10
public class WatchKube : IServiceDiscoveryProvider, IDisposable
11
{
12
internal const int FailedSubscriptionRetrySeconds = 5;
13
- internal const int FirstResultsFetchingTimeoutSeconds = 2;
+ internal const int FirstResultsFetchingTimeoutSeconds = 3;
14
15
private readonly KubeRegistryConfiguration _configuration;
16
private readonly IOcelotLogger _logger;
0 commit comments