mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
update api to 14
This commit is contained in:
parent
7ab7e13d96
commit
721f09631c
2 changed files with 2 additions and 2 deletions
2
MareAPI
2
MareAPI
|
|
@ -1 +1 @@
|
|||
Subproject commit 9bb99a5e68196165b9c1360acff198c4731164d1
|
||||
Subproject commit 9dc1e901aa453e65bb432b2b288c1ff00021700a
|
||||
|
|
@ -120,7 +120,7 @@ namespace MareSynchronosServer
|
|||
hubOptions.StreamBufferCapacity = 200;
|
||||
hubOptions.AddFilter<SignalRLimitFilter>();
|
||||
});
|
||||
var redis = mareConfig.GetValue<string>("RedisConnectionString", string.Empty);
|
||||
var redis = mareConfig.GetValue("RedisConnectionString", string.Empty);
|
||||
if (!string.IsNullOrEmpty(redis))
|
||||
{
|
||||
signalRserviceBuilder.AddStackExchangeRedis(redis, options =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue