minor change - increasing cache for messages in order to speed up login
according to the tests here -> [ adempiere-Feature Requests-2832432 ] Lazy cache for country and message https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2832432&group_id=176962
This commit is contained in:
parent
4cd8e42a1a
commit
ad7ffda05c
|
@ -36,7 +36,7 @@ import org.compiere.Adempiere;
|
||||||
public final class Msg
|
public final class Msg
|
||||||
{
|
{
|
||||||
/** Initial size of HashMap */
|
/** Initial size of HashMap */
|
||||||
private static final int MAP_SIZE = 750;
|
private static final int MAP_SIZE = 1500;
|
||||||
/** Separator between Msg and optional Tip */
|
/** Separator between Msg and optional Tip */
|
||||||
private static final String SEPARATOR = Env.NL + Env.NL;
|
private static final String SEPARATOR = Env.NL + Env.NL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue