summaryrefslogtreecommitdiff
path: root/fml/lib/FML
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-27 11:55:05 +0000
committerfukachan <fukachan>2001-01-27 11:55:05 +0000
commit05d5341fd6136fc93bfb17fac5b32fe29ef274ce (patch)
treefe07a6bf772dbafb2afaac115664a00fdf3b2fd9 /fml/lib/FML
parentf440b1c1b8a3c6b5b1f54c733e626dc8ccf112ac (diff)
downloadfml8-05d5341fd6136fc93bfb17fac5b32fe29ef274ce.tar.gz
fml8-05d5341fd6136fc93bfb17fac5b32fe29ef274ce.tar.bz2
fml8-05d5341fd6136fc93bfb17fac5b32fe29ef274ce.zip
nuke socket_timeout => 2 (debug)
Diffstat (limited to 'fml/lib/FML')
-rw-r--r--fml/lib/FML/Process/Distribute.pm1
1 files changed, 0 insertions, 1 deletions
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;}