// could not use count_records because it addes prefix to adodb_logsql
$totalrecords = count_records_sql("select count(*) from {$prefix}$dbtablename");
$counter = 0;
- $recordsetsize = 4;
+ $recordsetsize = 50;
if ($crash) { //if resuming from crash
//find the number of records with id smaller than the crash id
$totalrecords = count_records_sql("select count(*) from {$CFG->prefix}user");
$counter = 0;
- $recordsetsize = 4;
+ $recordsetsize = 50;
if ($crash) { //if resuming from crash
//find the number of records with id smaller than the crash id