Skip to content

Commit e700afa

Browse files
Remove the default DistributedCache middleware, as distributed memory is configured with Redis. (#914)
1 parent c42cfa2 commit e700afa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotnet/src/dotnetcore/GxNetCoreStartup/Startup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ public void ConfigureServices(IServiceCollection services)
233233
{
234234
options.AllowSynchronousIO = true;
235235
});
236-
services.AddDistributedMemoryCache();
237236
services.AddLogging(builder => builder.AddConsole());
238237
services.Configure<FormOptions>(Config.ConfigRoot.GetSection("FormOptions"));
239238
services.PostConfigure<FormOptions>(options =>

0 commit comments

Comments
 (0)