$limit not used in the query anymore, but it is used
to determine if the activity is done or not.
This commit is contained in:
parent
6b912a6f17
commit
4e7130bee0
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ sub execute {
|
|||
|
||||
# keep track of how much time it's taking
|
||||
my $start = time;
|
||||
my $limit = 2_500;
|
||||
|
||||
my $sth
|
||||
= $session->db->read(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue