Skip to content

Commit

Permalink
Changed to nonserverless
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabefire authored Sep 3, 2024
1 parent c7e0a4d commit 6290204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TalkWaveApi.WebSocket/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
hubOptions.EnableDetailedErrors = true;
hubOptions.KeepAliveInterval = TimeSpan.FromSeconds(10);
hubOptions.HandshakeTimeout = TimeSpan.FromSeconds(5);
}).AddStackExchangeRedis("talkwaveapiserverless-vxc8e3.serverless.use2.cache.amazonaws.com", o =>
}).AddStackExchangeRedis("master.talkwavecustomcluster.vxc8e3.use2.cache.amazonaws.com:6379", o =>
{
o.Configuration.Ssl = true;
o.Configuration.AbortOnConnectFail = false;
Expand Down

0 comments on commit 6290204

Please sign in to comment.