aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
blob: 38253744e73fcc01903a800ee92cb4dd5353e019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[Modules]
    ;AssetCaching = "CoreAssetCache"
    AssetCaching = "GlynnTuckerAssetCache"
    ;AssetCaching = "CenomeMemoryAssetCache"

[AssetCache]
    ; Number of buckets for assets
    ;CacheBuckets = 32768

[AssetService]

    DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
    AssetLoaderArgs = "assets/AssetSets.xml"

    ;
    ; change this to your grid-wide asset server
    ;
    AssetServerURI = "http://myassetserver.com:8003"

    ; Optional configurations for CenomeMemoryAssetCache
    ; Cache size 128 MB (default: 134217728)
    ; MaxSize = 134217728
    ; Maximal asset count 
    ; MaxCount = 4096
    ; Asset's expiration time (minutes)
    ; ExpirationTime = 30