Skip to content

Commit

Permalink
must have fat fingered something at some point ...
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 2, 2012
1 parent 317d458 commit 0d65277
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -141,7 +141,7 @@ private long purgeOutgoingBatch(final Calendar time) {
.getInt(ParameterConstants.PURGE_MAX_NUMBER_OF_BATCH_IDS);
int maxNumOfDataEventsToPurgeInTx = parameterService
.getInt(ParameterConstants.PURGE_MAX_NUMBER_OF_EVENT_BATCH_IDS);
int dataEventsPurgedCount = purgeByMinMax(minMax, MinMaxDeleteSql.DATA, time.getTime(),
int dataEventsPurgedCount = purgeByMinMax(minMax, MinMaxDeleteSql.DATA_EVENT, time.getTime(),
maxNumOfDataEventsToPurgeInTx);
statisticManager.incrementPurgedDataEventRows(dataEventsPurgedCount);
int outgoingbatchPurgedCount = purgeByMinMax(minMax, MinMaxDeleteSql.OUTGOING_BATCH,
Expand Down

0 comments on commit 0d65277

Please sign in to comment.