We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7019f5 commit e8dbb2eCopy full SHA for e8dbb2e
version.php
@@ -26,7 +26,7 @@
26
defined('MOODLE_INTERNAL') || die();
27
$plugin->version = 2015030918; // The current module version (Date: YYYYMMDDXX)
28
$plugin->requires = 2014110400; // Requires this Moodle version
29
-$plugin->cron = 10; // Period for cron to check this module (secs) -- every 5 minutes
+$plugin->cron = 300; // Period for cron to check this module (secs) -- every 5 minutes
30
$plugin->component = 'mod_wwassignment';
31
$plugin->maturity = MATURITY_STABLE;
32
0 commit comments