IDEMPIERE-2775 Performance: counting big tables on each insert on AD_Issue

This commit is contained in:
Carlos Ruiz 2015-08-18 20:27:14 -05:00
parent eace9bd6b5
commit 1c6eabc3a6
1 changed files with 2 additions and 2 deletions

View File

@ -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