Make MaxSessions default 0

This commit is contained in:
Joshua M. Boniface 2020-10-04 20:24:35 -04:00
parent 67e89dd525
commit 1bfe9713af
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ namespace MediaBrowser.Model.Users
LoginAttemptsBeforeLockout = -1;
MaxActiveSessions = -1;
MaxActiveSessions = 0;
EnableAllChannels = true;
EnabledChannels = Array.Empty<Guid>();