diff options
author | BlueWall | 2011-02-09 14:45:40 -0500 |
---|---|---|
committer | BlueWall | 2011-02-09 14:45:40 -0500 |
commit | 0f736e5601a738b4da435b392774ba211647da9c (patch) | |
tree | edb1f9d90c01841eea86b2ce0b2fbf410dc416ee /bin | |
parent | Merge branch 'master' of /home/opensim/src/OpenSim/Core (diff) | |
parent | Flash out the prim count module (diff) | |
download | opensim-SC_OLD-0f736e5601a738b4da435b392774ba211647da9c.zip opensim-SC_OLD-0f736e5601a738b4da435b392774ba211647da9c.tar.gz opensim-SC_OLD-0f736e5601a738b4da435b392774ba211647da9c.tar.bz2 opensim-SC_OLD-0f736e5601a738b4da435b392774ba211647da9c.tar.xz |
Merge branch 'master' of /home/opensim/src/OpenSim/Core
Diffstat (limited to 'bin')
-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 9028453..475d4a0 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1186,6 +1186,11 @@ | |||
1186 | ; This makes the Groups modules very chatty on the console. | 1186 | ; This makes the Groups modules very chatty on the console. |
1187 | DebugEnabled = false | 1187 | DebugEnabled = false |
1188 | 1188 | ||
1189 | ; Groups data is cached for this number of seconds before another request is made to the groups service | ||
1190 | ; Set to 0 to disable the cache. | ||
1191 | ; Default is 30 seconds | ||
1192 | GroupsCacheTimeout = 30 | ||
1193 | |||
1189 | ; Specify which messaging module to use for groups messaging and if it's enabled | 1194 | ; Specify which messaging module to use for groups messaging and if it's enabled |
1190 | ;MessagingModule = GroupsMessagingModule | 1195 | ;MessagingModule = GroupsMessagingModule |
1191 | ;MessagingEnabled = true | 1196 | ;MessagingEnabled = true |