diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/CenomeCache.ini.example | 15 | ||||
-rw-r--r-- | bin/config-include/FlotsamCache.ini.example | 3 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 4 |
3 files changed, 12 insertions, 10 deletions
diff --git a/bin/config-include/CenomeCache.ini.example b/bin/config-include/CenomeCache.ini.example index 8ef4e03..4340493 100644 --- a/bin/config-include/CenomeCache.ini.example +++ b/bin/config-include/CenomeCache.ini.example | |||
@@ -1,13 +1,14 @@ | |||
1 | [AssetCache] | 1 | [AssetCache] |
2 | ;; | 2 | ;; |
3 | ;; Options for CenmoeAssetCache | 3 | ;; Options for CenomeAssetCache |
4 | ;; | 4 | ;; |
5 | 5 | ||
6 | ; 256 MB (default: 134217728) | 6 | ; Max size of the cache in bytes |
7 | MaxSize = 268435456 | 7 | ; 134217728 = 128 MB, 26843556 = 256 MB, etc (default: 134217728) |
8 | MaxSize = 134217728 | ||
8 | 9 | ||
9 | ; How many assets it is possible to store cache (default: 4096) | 10 | ; How many assets it is possible to store in the cache (default: 4096) |
10 | MaxCount = 16384 | 11 | MaxCount = 4096 |
11 | 12 | ||
12 | ; Expiration time - 1 hour (default: 30 minutes) | 13 | ; Expiration time in minutes (default: 30) |
13 | ExpirationTime = 60 | 14 | ExpirationTime = 30 |
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example index 026dee7..ad38ad1 100644 --- a/bin/config-include/FlotsamCache.ini.example +++ b/bin/config-include/FlotsamCache.ini.example | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | ; How long {in hours} to keep assets cached on disk, .5 == 30 minutes | 30 | ; How long {in hours} to keep assets cached on disk, .5 == 30 minutes |
31 | ; Specify 0 if you do not want your disk cache to expire | 31 | ; Specify 0 if you do not want your disk cache to expire |
32 | FileCacheTimeout = 0 | 32 | FileCacheTimeout = 48 |
33 | 33 | ||
34 | ; How often {in hours} should the disk be checked for expired filed | 34 | ; How often {in hours} should the disk be checked for expired filed |
35 | ; Specify 0 to disable expiration checking | 35 | ; Specify 0 to disable expiration checking |
@@ -38,6 +38,7 @@ | |||
38 | ; If WAIT_ON_INPROGRESS_REQUESTS has been defined then this specifies how | 38 | ; If WAIT_ON_INPROGRESS_REQUESTS has been defined then this specifies how |
39 | ; long (in miliseconds) to block a request thread while trying to complete | 39 | ; long (in miliseconds) to block a request thread while trying to complete |
40 | ; an existing write to disk. | 40 | ; an existing write to disk. |
41 | ; NOTE: THIS PARAMETER IS NOT CURRENTLY USED BY THE CACHE | ||
41 | ; WaitOnInprogressTimeout = 3000 | 42 | ; WaitOnInprogressTimeout = 3000 |
42 | 43 | ||
43 | ; Number of tiers to use for cache directories (current valid | 44 | ; Number of tiers to use for cache directories (current valid |
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index e2e6459..27f262f 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -10,9 +10,9 @@ | |||
10 | ; Uncomment these lines if you want to use mysql storage | 10 | ; Uncomment these lines if you want to use mysql storage |
11 | ; Change the connection string to your db details | 11 | ; Change the connection string to your db details |
12 | ;StorageProvider = "OpenSim.Data.MySQL.dll" | 12 | ;StorageProvider = "OpenSim.Data.MySQL.dll" |
13 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 13 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" |
14 | ; Uncomment this line if you are using MySQL and want to use a different database for estates | 14 | ; Uncomment this line if you are using MySQL and want to use a different database for estates |
15 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 15 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" |
16 | 16 | ||
17 | ; MSSQL | 17 | ; MSSQL |
18 | ; Uncomment these lines if you want to use MSSQL storage | 18 | ; Uncomment these lines if you want to use MSSQL storage |