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.
melanie
Melanie Thielker 2017-01-04 19:13:59 +00:00
parent 995242b351
commit b0db575220
1 changed files with 1 additions and 1 deletions

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;