ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/netgeo.pl
(Generate patch)

Comparing Coro/myhttpd/netgeo.pl (file contents):
Revision 1.13 by root, Sat Oct 5 09:04:03 2002 UTC vs.
Revision 1.14 by root, Sat Oct 5 12:42:22 2002 UTC

87 last; 87 last;
88 } 88 }
89 } else { 89 } else {
90 # only retry once a minute 90 # only retry once a minute
91 print STDERR "unable to connect to $self->{ip} ($self->{name}), retrying...\n"; 91 print STDERR "unable to connect to $self->{ip} ($self->{name}), retrying...\n";
92 Coro::Timer::sleep 60; 92 Coro::Timer::sleep 300;
93 } 93 }
94 } 94 }
95 95
96 $netgeo::whois{$id} = $whois; 96 $netgeo::whois{$id} = $whois;
97 } 97 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines