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());
|
||||
if (system.isAllowStatistics())
|
||||
{
|
||||
setStatisticsInfo(system.getStatisticsInfo(true));
|
||||
setProfileInfo(system.getProfileInfo(true));
|
||||
setStatisticsInfo(system.getStatisticsInfo(false));
|
||||
setProfileInfo(system.getProfileInfo(false));
|
||||
}
|
||||
} // init
|
||||
|
||||
|
|
Loading…
Reference in New Issue