mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Make MaxSessions default 0
This commit is contained in:
parent
67e89dd525
commit
1bfe9713af
@ -146,7 +146,7 @@ namespace MediaBrowser.Model.Users
|
|||||||
|
|
||||||
LoginAttemptsBeforeLockout = -1;
|
LoginAttemptsBeforeLockout = -1;
|
||||||
|
|
||||||
MaxActiveSessions = -1;
|
MaxActiveSessions = 0;
|
||||||
|
|
||||||
EnableAllChannels = true;
|
EnableAllChannels = true;
|
||||||
EnabledChannels = Array.Empty<Guid>();
|
EnabledChannels = Array.Empty<Guid>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user