Increment cache is necessary for when run MRP.
This commit is contained in:
parent
e5800655bd
commit
c794877516
|
@ -88,7 +88,8 @@ public class MWarehouse extends X_M_Warehouse
|
|||
} // get
|
||||
|
||||
/** Cache */
|
||||
private static CCache<Integer,MWarehouse> s_cache = new CCache<Integer,MWarehouse>("M_Warehouse", 5);
|
||||
private static CCache<Integer,MWarehouse> s_cache = new CCache<Integer,MWarehouse>("M_Warehouse", 50 );
|
||||
private static CCache<String,MWarehouse> s_cacheInTransit = new CCache<String,MWarehouse>("M_Warehouse", 50 );
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
|
|
Loading…
Reference in New Issue