Adding the GlynnTucker cache module as the default choice in .ini's.

Minor log message change in the module itself.
This commit is contained in:
diva
2009-05-27 16:11:23 +00:00
parent a576cca59e
commit e0ef697402
3 changed files with 7 additions and 5 deletions

View File

@@ -1,9 +1,10 @@
[Modules]
AssetCaching = "CoreAssetCache"
;AssetCaching = "CoreAssetCache"
AssetCaching = "GlynnTuckerAssetCache"
[AssetCache]
; Number of buckets for assets
CacheBuckets = 32768
;CacheBuckets = 32768
[AssetService]