Skip to content

Commit

Permalink
removed redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabefire committed Sep 6, 2024
1 parent 10ce724 commit 39711e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions TalkWaveApi.WebSocket/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@
hubOptions.HandshakeTimeout = TimeSpan.FromSeconds(15);
hubOptions.MaximumParallelInvocationsPerClient = 5;
}).AddStackExchangeRedis("talkwaveapiserverless-vxc8e3.serverless.use2.cache.amazonaws.com", o =>
{
o.Configuration.Ssl = true;
o.Configuration.AbortOnConnectFail = false;
});

var app = builder.Build();
Expand Down

0 comments on commit 39711e8

Please sign in to comment.