From 20b41ab56940e82ce55c510b29adc964389f7504 Mon Sep 17 00:00:00 2001 From: "wagic.jeck" Date: Mon, 21 Sep 2009 00:02:10 +0000 Subject: [PATCH] Jeck - Larger small cache size, to reduce likelihood of issue 39. --- projects/mtg/include/WResourceManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/mtg/include/WResourceManager.h b/projects/mtg/include/WResourceManager.h index 829ef81c6..4e5cf17f7 100644 --- a/projects/mtg/include/WResourceManager.h +++ b/projects/mtg/include/WResourceManager.h @@ -14,8 +14,8 @@ #define LARGE_CACHE_LIMIT 5000000 #define LARGE_CACHE_ITEMS 200 -#define SMALL_CACHE_LIMIT 1000000 -#define SMALL_CACHE_ITEMS 100 +#define SMALL_CACHE_LIMIT 3000000 +#define SMALL_CACHE_ITEMS 150 //Hard Limits.