Index: /trunk/arclog/arclog.pl
===================================================================
--- /trunk/arclog/arclog.pl	(revision 19138)
+++ /trunk/arclog/arclog.pl	(revision 19139)
@@ -19,5 +19,5 @@
 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
 
-my $filter_records = 0;
+my $filter_records = 1;
 
 my $rcfile = "$ENV{HOME}/.arclogrc";
@@ -47,4 +47,5 @@
     my $hostport = "$host:$http_port";
     my $ua = LWP::UserAgent->new;
+    $ua->timeout(10);
     $ua->conn_cache(LWP::ConnCache->new());
     $ua->credentials( "$hostport", $realm, $user => $myhosts->{$host});
Index: /trunk/arclog/arclog_readdb.pl
===================================================================
--- /trunk/arclog/arclog_readdb.pl	(revision 19138)
+++ /trunk/arclog/arclog_readdb.pl	(revision 19139)
@@ -19,5 +19,5 @@
 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
 
-my $filter_records = 0;
+my $filter_records = 1;
 
 my $rcfile = "$ENV{HOME}/.arclogrc";
