mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
remove Cenome assets cache module. Thanks to all that worked on it. Memory cache does not work well with current Garbage collect (not even .net native one)
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
[AssetCache]
|
||||
;;
|
||||
;; Options for CenomeAssetCache
|
||||
;;
|
||||
|
||||
; Max size of the cache in bytes
|
||||
; 134217728 = 128 MB, 26843556 = 256 MB, etc (default: 134217728)
|
||||
MaxSize = 134217728
|
||||
|
||||
; How many assets it is possible to store in the cache (default: 4096)
|
||||
MaxCount = 4096
|
||||
|
||||
; Expiration time in minutes (default: 30)
|
||||
ExpirationTime = 30
|
||||
@@ -64,16 +64,12 @@
|
||||
|
||||
|
||||
[Modules]
|
||||
;; Choose one cache module and the corresponding config file, if it exists.
|
||||
;; Copy the config .example file into your own .ini file and adapt that.
|
||||
;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
|
||||
;; Asset cache module.
|
||||
;; Warning this is required for several region features
|
||||
|
||||
AssetCaching = "FlotsamAssetCache"
|
||||
Include-FlotsamCache = "config-include/FlotsamCache.ini"
|
||||
|
||||
;AssetCaching = "CenomeMemoryAssetCache"
|
||||
;Include-CenomeCache = "config-include/CenomeCache.ini"
|
||||
|
||||
;; Optionally, the port for the LLProxyLoginModule module can be changed
|
||||
;Setup_LLProxyLoginModule = "9090/"
|
||||
|
||||
|
||||
@@ -66,16 +66,12 @@
|
||||
; HomeURIAlias = myoldname.something.org, 127.0.0.1,127.0.0.1:8043
|
||||
|
||||
[Modules]
|
||||
;; Choose one cache module and the corresponding config file, if it exists.
|
||||
;; Copy the config .example file into your own .ini file and alter that
|
||||
;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
|
||||
;; Asset cache module.
|
||||
;; Warning this is required for several region features
|
||||
|
||||
AssetCaching = "FlotsamAssetCache"
|
||||
Include-FlotsamCache = "config-include/FlotsamCache.ini"
|
||||
|
||||
;AssetCaching = "CenomeMemoryAssetCache"
|
||||
;Include-CenomeCache = "config-include/CenomeCache.ini"
|
||||
|
||||
;; Authorization is not on by default, as it depends on external php
|
||||
;AuthorizationServices = "LocalAuthorizationServicesConnector"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user