diff options
| -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;} |
