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.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 '')
-rw-r--r-- | bin/Robust.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index f61b213..284e969 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -507,6 +507,11 @@ | |||
507 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" | 507 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" |
508 | 508 | ||
509 | 509 | ||
510 | [Groups] | ||
511 | ;; Sets the maximum number of groups an agent may join | ||
512 | ; MaxAgentGroups = 42 | ||
513 | |||
514 | |||
510 | [GridInfoService] | 515 | [GridInfoService] |
511 | ; These settings are used to return information on a get_grid_info call. | 516 | ; These settings are used to return information on a get_grid_info call. |
512 | ; Client launcher scripts and third-party clients make use of this to | 517 | ; Client launcher scripts and third-party clients make use of this to |