diff options
author | BlueWall | 2012-10-20 04:32:45 -0400 |
---|---|---|
committer | BlueWall | 2012-10-20 04:32:45 -0400 |
commit | af9cd7d30cc3926242338da2ed66c7cc444c6240 (patch) | |
tree | 80d8eea5b0d6d70deeb65ae6d6736648110f15b4 /bin/OpenSimDefaults.ini | |
parent | Add CLICK_ACTION_ZOOM (diff) | |
parent | minor: remove unnecessary bit of method doc from OdePrim.BadMeshAssetCollideB... (diff) | |
download | opensim-SC_OLD-af9cd7d30cc3926242338da2ed66c7cc444c6240.zip opensim-SC_OLD-af9cd7d30cc3926242338da2ed66c7cc444c6240.tar.gz opensim-SC_OLD-af9cd7d30cc3926242338da2ed66c7cc444c6240.tar.bz2 opensim-SC_OLD-af9cd7d30cc3926242338da2ed66c7cc444c6240.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index b99a02e..dffc0ac 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1577,6 +1577,11 @@ | |||
1577 | MessagingModule = GroupsMessagingModule | 1577 | MessagingModule = GroupsMessagingModule |
1578 | ;MessagingEnabled = true | 1578 | ;MessagingEnabled = true |
1579 | 1579 | ||
1580 | ; Experimental option to only message cached online users rather than all users | ||
1581 | ; Should make large group with few online members messaging faster, as the expense of more calls to ROBUST presence service | ||
1582 | ; This currently only applies to the Flotsam XmlRpc backend | ||
1583 | MessageOnlineUsersOnly = false | ||
1584 | |||
1580 | ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend | 1585 | ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend |
1581 | 1586 | ||
1582 | ; SimianGrid Service for Groups | 1587 | ; SimianGrid Service for Groups |