mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
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.
This commit is contained in:
13
bin/config-include/CenomeCache.ini.example
Normal file
13
bin/config-include/CenomeCache.ini.example
Normal file
@@ -0,0 +1,13 @@
|
||||
[AssetCache]
|
||||
;;
|
||||
;; Options for CenmoeAssetCache
|
||||
;;
|
||||
|
||||
; 256 MB (default: 134217728)
|
||||
MaxSize = 268435456
|
||||
|
||||
; How many assets it is possible to store cache (default: 4096)
|
||||
MaxCount = 16384
|
||||
|
||||
; Expiration time - 1 hour (default: 30 minutes)
|
||||
ExpirationTime = 60
|
||||
Reference in New Issue
Block a user