Skip to content

Commit da71b90

Browse files
author
kick2nick
committed
increase first results timeout
1 parent df28d7f commit da71b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ocelot.Provider.Kubernetes/WatchKube.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Ocelot.Provider.Kubernetes;
1010
public class WatchKube : IServiceDiscoveryProvider, IDisposable
1111
{
1212
internal const int FailedSubscriptionRetrySeconds = 5;
13-
internal const int FirstResultsFetchingTimeoutSeconds = 2;
13+
internal const int FirstResultsFetchingTimeoutSeconds = 3;
1414

1515
private readonly KubeRegistryConfiguration _configuration;
1616
private readonly IOcelotLogger _logger;

0 commit comments

Comments
 (0)