updates wording
This commit is contained in:
@@ -82,7 +82,7 @@ namespace Umbraco.Core.Services.Implement
|
||||
// default role is single server, but if registrations contain more
|
||||
// than one active server, then role is master or slave
|
||||
_currentServerRole = regs.Count(x => x.IsActive) > 1
|
||||
? (server.IsMaster ? ServerRole.Master : ServerRole.Slave)
|
||||
? (server.IsMaster ? ServerRole.Master : ServerRole.Replica)
|
||||
: ServerRole.Single;
|
||||
|
||||
scope.Complete();
|
||||
|
||||
Reference in New Issue
Block a user