- Patch #150972 by alex_b: wget calls cron.php upto 20 times in a row.

6.x
Dries Buytaert 2007-06-12 20:25:32 +00:00
parent 2290800c78
commit 6913d2338f
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ INSTALLATION
following example crontab line will activate the cron tasks automatically on following example crontab line will activate the cron tasks automatically on
the hour: 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 More information about the cron scripts are available in the admin help pages
and in the Drupal handbook at drupal.org. Example scripts can be found in the and in the Drupal handbook at drupal.org. Example scripts can be found in the