Diff for /pandia/crawler between versions 1.8 and 1.9

version 1.8, 2025/07/02 15:14:44 version 1.9, 2025/07/05 15:27:53
Line 9 Line 9
 # Licensed AGPL-3.0  # Licensed AGPL-3.0
 #  #
 # $Log$  # $Log$
   # Revision 1.9  2025/07/05 15:27:53  snw
   # Update
   #
 # Revision 1.8  2025/07/02 15:14:44  snw  # Revision 1.8  2025/07/02 15:14:44  snw
 # Fix bug in restricted mode  # Fix bug in restricted mode
 #  #
Line 257  else { Line 260  else {
     my $qlen = $sth->rows;      my $qlen = $sth->rows;
   
           
     print "pandia:  crawling queue with length of $qlen to a maximum depth of $maxdepth";      print "pandia:  crawling queue with length of $qlen to a maximum depth of $maxdepth...";
     sleep 1;      sleep 1;
     while (my @row = $sth->fetchrow_array()) {      while (my @row = $sth->fetchrow_array()) {
         my $url = @row[0];          my $url = @row[0];

Removed from v.1.8  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>