Skip to content

Commit e8dbb2e

Browse files
committed
Restore cron to run every 300 seconds (every five minutes).
1 parent b7019f5 commit e8dbb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
defined('MOODLE_INTERNAL') || die();
2727
$plugin->version = 2015030918; // The current module version (Date: YYYYMMDDXX)
2828
$plugin->requires = 2014110400; // Requires this Moodle version
29-
$plugin->cron = 10; // Period for cron to check this module (secs) -- every 5 minutes
29+
$plugin->cron = 300; // Period for cron to check this module (secs) -- every 5 minutes
3030
$plugin->component = 'mod_wwassignment';
3131
$plugin->maturity = MATURITY_STABLE;
3232

0 commit comments

Comments
 (0)