diff options
author | diva | 2009-06-10 13:18:32 +0000 |
---|---|---|
committer | diva | 2009-06-10 13:18:32 +0000 |
commit | 0f367bd7bbc5d22d4834e1eb0f1671381485143e (patch) | |
tree | eeb4290f1146601f8fd97dc164e0a7f247a2fafb /bin/config-include/CenomeCache.ini.example | |
parent | From: Alan Webb <alan_webb@us.ibm.com> (diff) | |
download | opensim-SC_OLD-0f367bd7bbc5d22d4834e1eb0f1671381485143e.zip opensim-SC_OLD-0f367bd7bbc5d22d4834e1eb0f1671381485143e.tar.gz opensim-SC_OLD-0f367bd7bbc5d22d4834e1eb0f1671381485143e.tar.bz2 opensim-SC_OLD-0f367bd7bbc5d22d4834e1eb0f1671381485143e.tar.xz |
Heart surgery no.2: the inventory service hooks.
Several improvements in the connectors themselves.
Several improvements in configurations.
Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/CenomeCache.ini.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/config-include/CenomeCache.ini.example b/bin/config-include/CenomeCache.ini.example new file mode 100644 index 0000000..993fe64 --- /dev/null +++ b/bin/config-include/CenomeCache.ini.example | |||
@@ -0,0 +1,13 @@ | |||
1 | [AssetCache] | ||
2 | ;; | ||
3 | ;; Options for CenmoeAssetCache | ||
4 | ;; | ||
5 | |||
6 | ; 256 MB (default: 134217728) | ||
7 | MaxSize = 268435456 | ||
8 | |||
9 | ; How many assets it is possible to store cache (default: 4096) | ||
10 | MaxCount = 16384 | ||
11 | |||
12 | ; Expiration time - 1 hour (default: 30 minutes) | ||
13 | ExpirationTime = 60 | ||