Changeset 29103 for gs2-extensions


Ignore:
Timestamp:
2014-06-19T11:26:01+12:00 (10 years ago)
Author:
jmt12
Message:

updated - not any more efficient (Schlemiel the painter performance) but at least there is a little more feedback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/bin/script/importsubsetinator.pl

    r26923 r29103  
    4242  # 5. Repeat until complete
    4343  $current_docs++;
    44   if ((10 + $current_docs) % 80 == 0)
     44  if ($current_docs % 10000 == 0)
    4545  {
    46     print "\n";
     46    print '[' . $current_docs . "]\n";
    4747  }
    4848}
    49 if ((10 + $current_docs) % 80 != 0)
    50 {
    51   print "\n";
    52 }
     49print '[' . $current_docs . "]\n";
    5350print "Complete!\n";
    5451exit;
Note: See TracChangeset for help on using the changeset viewer.