From 35fd5f4d858608b689be70d3fb3facf637f6f5b3 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Sat, 4 Jan 2025 21:56:03 +0100 Subject: [PATCH] openepaperlink: timeout for uploads --- contrib/openepaperlink.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/openepaperlink.pl b/contrib/openepaperlink.pl index cf2f823..b6b1a9e 100644 --- a/contrib/openepaperlink.pl +++ b/contrib/openepaperlink.pl @@ -13,6 +13,7 @@ use LWP::Simple qw($ua); use JSON::XS (); my $json = JSON::XS->new; +$ua->timeout(2); my $resources = "$FindBin::Bin/oepl_resources"; my $outdir = "./oepl_images";