aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorCinder2015-08-06 17:32:58 -0600
committerOren Hurvitz2015-08-07 07:42:26 +0100
commitf218cbd29d259fc5a0f8e0a9246e5ac4530cf00a (patch)
tree6670d74528a7ad62753d695ee120a03aa1d1200f /bin/Robust.HG.ini.example
parentBulletSim: clean up some code for axis locking. No functional change. (diff)
downloadopensim-SC_OLD-f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a.zip
opensim-SC_OLD-f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a.tar.gz
opensim-SC_OLD-f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a.tar.bz2
opensim-SC_OLD-f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a.tar.xz
max-agent-groups support
Robust now tells viewers what the maximum number of groups is. Viewers show this limit to the users, and enforce it. The default is 42, which is what viewers had assumed was the maximum number before this update. Signed-off-by: Oren Hurvitz <orenh@kitely.com>
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 2a05a56..36025d5 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -758,6 +758,9 @@
758 ;; Can overwrite the default in [Hypergrid], but probably shouldn't 758 ;; Can overwrite the default in [Hypergrid], but probably shouldn't
759 ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" 759 ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
760 760
761 ;; Sets the maximum number of groups an agent may join
762 ; MaxAgentGroups = 42
763
761 764
762[UserProfilesService] 765[UserProfilesService]
763 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" 766 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"