diff options
author | onefang | 2019-05-19 23:10:15 +1000 |
---|---|---|
committer | onefang | 2019-05-19 23:10:15 +1000 |
commit | 64dfe62fab804be64cc29cc0c821e7abac1d946d (patch) | |
tree | 3874e927329d88a62e27dde2cc210c968b86c2e2 /config/config-include/CenomeCache.ini.example | |
parent | New TODO. (diff) | |
download | opensim-SC-64dfe62fab804be64cc29cc0c821e7abac1d946d.zip opensim-SC-64dfe62fab804be64cc29cc0c821e7abac1d946d.tar.gz opensim-SC-64dfe62fab804be64cc29cc0c821e7abac1d946d.tar.bz2 opensim-SC-64dfe62fab804be64cc29cc0c821e7abac1d946d.tar.xz |
Make examples directory, and shuffle all the out of tree stuff into it.
Diffstat (limited to '')
-rw-r--r-- | config/config-include/CenomeCache.ini.example | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/config/config-include/CenomeCache.ini.example b/config/config-include/CenomeCache.ini.example deleted file mode 100644 index 4340493..0000000 --- a/config/config-include/CenomeCache.ini.example +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | [AssetCache] | ||
2 | ;; | ||
3 | ;; Options for CenomeAssetCache | ||
4 | ;; | ||
5 | |||
6 | ; Max size of the cache in bytes | ||
7 | ; 134217728 = 128 MB, 26843556 = 256 MB, etc (default: 134217728) | ||
8 | MaxSize = 134217728 | ||
9 | |||
10 | ; How many assets it is possible to store in the cache (default: 4096) | ||
11 | MaxCount = 4096 | ||
12 | |||
13 | ; Expiration time in minutes (default: 30) | ||
14 | ExpirationTime = 30 | ||