clockwerk-opensim-config – Blame information for rev 9

Subversion Repositories:
Rev:
Rev Author Line No. Line
9 vero 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