livechannels will be limited to 1 for a short time until some necessary things are implemented
This commit is contained in:
parent
d7ec044340
commit
605073d6ec
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class LiveChannelService(
|
||||||
IReplacementService repSvc,
|
IReplacementService repSvc,
|
||||||
ShardData shardData) : IReadyExecutor, IEService
|
ShardData shardData) : IReadyExecutor, IEService
|
||||||
{
|
{
|
||||||
public const int MAX_LIVECHANNELS = 5;
|
public const int MAX_LIVECHANNELS = 1;
|
||||||
|
|
||||||
private readonly ConcurrentDictionary<ulong, ConcurrentDictionary<ulong, LiveChannelConfig>> _liveChannels = new();
|
private readonly ConcurrentDictionary<ulong, ConcurrentDictionary<ulong, LiveChannelConfig>> _liveChannels = new();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue