#150972, backport from D5, limit wget to 1 run per second, by alex_b
parent
5e411b7edd
commit
b1b9e42007
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue