From e0ef6974022c035f5fe256f9b9d4f2815ffa300f Mon Sep 17 00:00:00 2001 From: diva Date: Wed, 27 May 2009 16:11:23 +0000 Subject: Adding the GlynnTucker cache module as the default choice in .ini's. Minor log message change in the module itself. --- bin/config-include/GridCommon.ini.example | 5 +++-- bin/config-include/StandaloneCommon.ini.example | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index de57c98..8a95776 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example @@ -1,9 +1,10 @@ [Modules] - AssetCaching = "CoreAssetCache" + ;AssetCaching = "CoreAssetCache" + AssetCaching = "GlynnTuckerAssetCache" [AssetCache] ; Number of buckets for assets - CacheBuckets = 32768 + ;CacheBuckets = 32768 [AssetService] diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 001b3a0..d607092 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example @@ -1,9 +1,10 @@ [Modules] - AssetCaching = "CoreAssetCache" + ;AssetCaching = "CoreAssetCache" + AssetCaching = "GlynnTuckerAssetCache" [AssetCache] ; Number of buckets for assets - CacheBuckets = 16384 + ;CacheBuckets = 16384 [AssetService] ; -- cgit v1.1