diff options
| author | fukachan <fukachan> | 2001-01-27 11:55:05 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-01-27 11:55:05 +0000 |
| commit | 05d5341fd6136fc93bfb17fac5b32fe29ef274ce (patch) | |
| tree | fe07a6bf772dbafb2afaac115664a00fdf3b2fd9 /fml | |
| parent | f440b1c1b8a3c6b5b1f54c733e626dc8ccf112ac (diff) | |
| download | fml8-05d5341fd6136fc93bfb17fac5b32fe29ef274ce.tar.gz fml8-05d5341fd6136fc93bfb17fac5b32fe29ef274ce.tar.bz2 fml8-05d5341fd6136fc93bfb17fac5b32fe29ef274ce.zip | |
nuke socket_timeout => 2 (debug)
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/lib/FML/Process/Distribute.pm | 1 |
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;} |
