Increasing timeouts.
This commit is contained in:
parent
aa11753881
commit
1117f6d52f
|
@ -157,7 +157,7 @@ sub _pdf_builder {
|
||||||
|
|
||||||
sub _build__ua ($self) {
|
sub _build__ua ($self) {
|
||||||
my $ua = Mojo::UserAgent->new;
|
my $ua = Mojo::UserAgent->new;
|
||||||
$ua->inactivity_timeout(30);
|
$ua->inactivity_timeout(60);
|
||||||
return $ua;
|
return $ua;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue