Skip to content

Commit

Permalink
Timeout set to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdebril committed Apr 18, 2021
1 parent f668ebc commit ab30d46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FeedIo/Adapter/Guzzle/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ protected function getOptions(\DateTime $modifiedSince) : array
'Accept-Encoding' => 'gzip, deflate',
'User-Agent' => $this->userAgent,
'If-Modified-Since' => $modifiedSince->format(\DateTime::RFC2822)
]
],
'timeout' => 30,
];
}
}

0 comments on commit ab30d46

Please sign in to comment.