#150972, backport from D5, limit wget to 1 run per second, by alex_b

4.7.x
Gerhard Killesreiter 2007-06-27 18:16:45 +00:00
parent 5e411b7edd
commit b1b9e42007
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ INSTALLATION
this. The following example crontab line will activate the cron
tasks automatically on the hour:
0 * * * * wget -O - -q http://www.example.com/cron.php
0 * * * * wget -O - -q -t 1 http://www.example.com/cron.php
More information about the cron scripts are available in the admin
help pages and in the Drupal handbook at drupal.org. Example