IDEMPIERE-2775 Performance: counting big tables on each insert on AD_Issue
This commit is contained in:
parent
eace9bd6b5
commit
1c6eabc3a6
|
@ -224,8 +224,8 @@ public class MIssue extends X_AD_Issue
|
||||||
setLocal_Host(InetAddress.getLocalHost().toString());
|
setLocal_Host(InetAddress.getLocalHost().toString());
|
||||||
if (system.isAllowStatistics())
|
if (system.isAllowStatistics())
|
||||||
{
|
{
|
||||||
setStatisticsInfo(system.getStatisticsInfo(true));
|
setStatisticsInfo(system.getStatisticsInfo(false));
|
||||||
setProfileInfo(system.getProfileInfo(true));
|
setProfileInfo(system.getProfileInfo(false));
|
||||||
}
|
}
|
||||||
} // init
|
} // init
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue