We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52ebdb commit 1d7e63aCopy full SHA for 1d7e63a
VirtoCommerce.Storefront/Startup.cs
@@ -342,8 +342,6 @@ public void ConfigureServices(IServiceCollection services)
342
343
services.AddProxy(builder => builder.AddHttpMessageHandler(sp => sp.GetService<AuthenticationHandlerFactory>().CreateAuthHandler()));
344
345
- services.Configure<ProxyOptions>(options => options.WebSocketKeepAliveInterval = TimeSpan.FromSeconds(45));
346
-
347
services.AddSingleton<IGraphQLClient>(s =>
348
{
349
var platformEndpointOptions = s.GetRequiredService<IOptions<PlatformEndpointOptions>>().Value;
0 commit comments