diff options
author | Melanie | 2012-10-20 02:33:24 +0100 |
---|---|---|
committer | Melanie | 2012-10-20 02:33:24 +0100 |
commit | 6ad8d3c43f130dfb80a7543e139ffa4dacb840ad (patch) | |
tree | 24baeecab6becf3bb30c26046ea95b75e6bbdc0f /bin/OpenSimDefaults.ini | |
parent | Merge branch 'master' into careminster (diff) | |
parent | minor: Rename assetCache constructor param in UUIDGatherer to assetService wh... (diff) | |
download | opensim-SC-6ad8d3c43f130dfb80a7543e139ffa4dacb840ad.zip opensim-SC-6ad8d3c43f130dfb80a7543e139ffa4dacb840ad.tar.gz opensim-SC-6ad8d3c43f130dfb80a7543e139ffa4dacb840ad.tar.bz2 opensim-SC-6ad8d3c43f130dfb80a7543e139ffa4dacb840ad.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to '')
-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 7d321a7..efcca70 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1573,6 +1573,11 @@ | |||
1573 | ;MessagingModule = GroupsMessagingModule | 1573 | ;MessagingModule = GroupsMessagingModule |
1574 | ;MessagingEnabled = true | 1574 | ;MessagingEnabled = true |
1575 | 1575 | ||
1576 | ; Experimental option to only message cached online users rather than all users | ||
1577 | ; Should make large group with few online members messaging faster, as the expense of more calls to ROBUST presence service | ||
1578 | ; This currently only applies to the Flotsam XmlRpc backend | ||
1579 | MessageOnlineUsersOnly = false | ||
1580 | |||
1576 | ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend | 1581 | ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend |
1577 | 1582 | ||
1578 | ; SimianGrid Service for Groups | 1583 | ; SimianGrid Service for Groups |