Skip to content

Commit

Permalink
Restore remembering the count from time to time while doing PA.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Oct 6, 2011
1 parent 3832e13 commit a9cac3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/WebGUI/Workflow/Activity/SummarizePassiveAnalytics.pm
Expand Up @@ -126,6 +126,7 @@ sub execute {
$recordLast->finish;
$fetchLast->finish;
$sth->finish;
$instance->setScratch('counter', $counter);
return $self->WAITING(1);
}
last LOG_CHUNK if $counter >= $total_rows;
Expand Down

0 comments on commit a9cac3b

Please sign in to comment.