From 05d5341fd6136fc93bfb17fac5b32fe29ef274ce Mon Sep 17 00:00:00 2001 From: fukachan Date: Sat, 27 Jan 2001 11:55:05 +0000 Subject: nuke socket_timeout => 2 (debug) --- fml/lib/FML/Process/Distribute.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm index a91c227d..b4400f50 100644 --- a/fml/lib/FML/Process/Distribute.pm +++ b/fml/lib/FML/Process/Distribute.pm @@ -183,7 +183,6 @@ sub _deliver_article my $service = new MailingList::Delivery { log_function => $fp, smtp_log_function => $sfp, - socket_timeout => 2, # XXX 2 for debug but 10 by default }; if ($service->error) { Log($service->error); return;} -- cgit v1.2.1