increase API timeout

This commit is contained in:
Jane Adelmann 2022-10-31 13:00:16 +02:00
parent c0a0533b10
commit c511214aed
No known key found for this signature in database
GPG Key ID: 4CCF39DF30B8AF72
2 changed files with 3 additions and 3 deletions

View File

@ -493,7 +493,7 @@ class plagiarism_pchkorg_api_provider {
'CURLOPT_SSL_VERIFYHOST' => false,
'CURLOPT_SSL_VERIFYPEER' => false,
// The maximum number of seconds to allow cURL functions to execute.
'CURLOPT_TIMEOUT' => 2
'CURLOPT_TIMEOUT' => 8
));
if ($json = json_decode($response)) {

View File

@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die();
if (!isset($plugin)) {
$plugin = new stdClass();
}
$plugin->version = 2022102718;
$plugin->version = 2022103112;
$plugin->requires = 2020061501; // Requires Moodle 3.9 .
$plugin->release = 'v3.12.1';
$plugin->release = 'v3.12.2';
$plugin->component = 'plagiarism_pchkorg';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(