diff options
author | Justin Clark-Casey (justincc) | 2011-01-28 22:07:35 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-01-28 22:07:35 +0000 |
commit | 810f4b9835e3e5432ad8819793ac2ed5e964dac5 (patch) | |
tree | 3cd476ad084c57c65eb726588533ddb4b3f39e55 /bin | |
parent | minor: remove a few mono compiler warnings (diff) | |
download | opensim-SC_OLD-810f4b9835e3e5432ad8819793ac2ed5e964dac5.zip opensim-SC_OLD-810f4b9835e3e5432ad8819793ac2ed5e964dac5.tar.gz opensim-SC_OLD-810f4b9835e3e5432ad8819793ac2ed5e964dac5.tar.bz2 opensim-SC_OLD-810f4b9835e3e5432ad8819793ac2ed5e964dac5.tar.xz |
Add groups cache timeout setting for Flotsam Groups back to OpenSimDefaults.ini
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 |