Skip to content

Commit

Permalink
increase first results timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kick2nick committed Oct 24, 2024
1 parent d9c4e8e commit e6f33a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ocelot.Provider.Kubernetes/WatchKube.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Ocelot.Provider.Kubernetes;
public class WatchKube : IServiceDiscoveryProvider, IDisposable
{
internal const int FailedSubscriptionRetrySeconds = 5;
internal const int FirstResultsFetchingTimeoutSeconds = 2;
internal const int FirstResultsFetchingTimeoutSeconds = 3;

private readonly KubeRegistryConfiguration _configuration;
private readonly IOcelotLogger _logger;
Expand Down

0 comments on commit e6f33a0

Please sign in to comment.