MOrg: increase cache size in concordance with MWarehouse.s_cache size

This commit is contained in:
teo_sarca 2008-09-11 10:06:13 +00:00
parent 343270572f
commit 56dc7e973d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class MOrg extends X_AD_Org
/** Logger */
private static CLogger s_log = CLogger.getCLogger (MOrg.class);
/** Cache */
private static CCache<Integer,MOrg> s_cache = new CCache<Integer,MOrg>("AD_Org", 20);
private static CCache<Integer,MOrg> s_cache = new CCache<Integer,MOrg>(Table_Name, 50);
/**************************************************************************