From 69a00d09d090b5d9e32472623dc4a9509b3afcab Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 11 Nov 2010 00:24:43 +0000 Subject: [PATCH] MDL-25147 tidy up readme wording related to cron --- enrol/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enrol/README.txt b/enrol/README.txt index cf4ddef2828..70ce970189c 100644 --- a/enrol/README.txt +++ b/enrol/README.txt @@ -87,7 +87,7 @@ Cron ==== If your class offers a cron() method, it will be invoked by -the standard Moodle cron every 5 minutes. Note that if the +the standard Moodle cron every time it is called. Note that if the tasks are not lightweight you must control how frequently they execute, perhaps offering a config option.