MOrg: increase cache size in concordance with MWarehouse.s_cache size
This commit is contained in:
parent
343270572f
commit
56dc7e973d
|
@ -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);
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
|
|
Loading…
Reference in New Issue