Set a sensible default for the MaxAgentGroups parameter

MaxAgentGroups is in the [Groups] section, but is read by the login
service. If the login service and the groups service don't share the
same ini file, that will be sent to the viewer as zero and groups will
not work.
This commit is contained in:
Melanie Thielker
2017-01-04 19:13:59 +00:00
parent 995242b351
commit b0db575220

View File

@@ -82,7 +82,7 @@ namespace OpenSim.Services.LLLoginService
protected string m_SearchURL;
protected string m_Currency;
protected string m_ClassifiedFee;
protected int m_MaxAgentGroups;
protected int m_MaxAgentGroups = 42;
protected string m_DestinationGuide;
protected string m_AvatarPicker;
protected string m_AllowedClients;