diff options
author | Cinder | 2015-08-06 17:32:58 -0600 |
---|---|---|
committer | Oren Hurvitz | 2015-08-07 07:42:26 +0100 |
commit | f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a (patch) | |
tree | 6670d74528a7ad62753d695ee120a03aa1d1200f /bin/Robust.HG.ini.example | |
parent | BulletSim: clean up some code for axis locking. No functional change. (diff) | |
download | opensim-SC-f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a.zip opensim-SC-f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a.tar.gz opensim-SC-f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a.tar.bz2 opensim-SC-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.example | 3 |
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" |