timeout should be 15, fix some spacing.
Andrew Lewman

Andrew Lewman commited on 2009-03-02 07:33:15
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -16,7 +16,7 @@ use Date::Format;
16 16
 print "Creating LWP agent ($LWP::VERSION)...\n";
17 17
 my $lua = LWP::UserAgent->new(
18 18
     keep_alive => 1,
19
-    timeout => 1,
19
+    timeout => 15,
20 20
     agent => "Tor MirrorCheck Agent"
21 21
 );
22 22
 
23 23