diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 5 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7f2cba6..f3cd603 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1033,9 +1033,12 @@ | |||
1033 | ; Applies Flotsam Group only. V2 has this always on, no other option | 1033 | ; Applies Flotsam Group only. V2 has this always on, no other option |
1034 | ; MessageOnlineUsersOnly = false | 1034 | ; MessageOnlineUsersOnly = false |
1035 | 1035 | ||
1036 | ;; This makes the Groups modules very chatty on the console. | 1036 | ;; This makes the Group module very chatty on the console. |
1037 | ; DebugEnabled = false | 1037 | ; DebugEnabled = false |
1038 | 1038 | ||
1039 | ; This makes the Group Messaging module very chatty on the console. | ||
1040 | ; DebugMessagingEnabled = false | ||
1041 | |||
1039 | ;; XmlRpc Security settings. These must match those set on your backend | 1042 | ;; XmlRpc Security settings. These must match those set on your backend |
1040 | ;; groups service if the service is using these keys | 1043 | ;; groups service if the service is using these keys |
1041 | ; XmlRpcServiceReadKey = 1234 | 1044 | ; XmlRpcServiceReadKey = 1234 |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index cae2958..fd6e8b7 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1661,9 +1661,12 @@ | |||
1661 | ; Enable Group Notices | 1661 | ; Enable Group Notices |
1662 | ;NoticesEnabled = true | 1662 | ;NoticesEnabled = true |
1663 | 1663 | ||
1664 | ; This makes the Groups modules very chatty on the console. | 1664 | ; This makes the Group module very chatty on the console. |
1665 | DebugEnabled = false | 1665 | DebugEnabled = false |
1666 | 1666 | ||
1667 | ; This makes the Groups Messaging module very chatty on the console. | ||
1668 | DebugMessagingEnabled = false | ||
1669 | |||
1667 | ; Groups data is cached for this number of seconds before another request is made to the groups service | 1670 | ; Groups data is cached for this number of seconds before another request is made to the groups service |
1668 | ; Set to 0 to disable the cache. | 1671 | ; Set to 0 to disable the cache. |
1669 | ; Default is 30 seconds | 1672 | ; Default is 30 seconds |