diff options
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 |