Skip to content
Snippets Groups Projects
Commit 6913d233 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent 2290800c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -120,7 +120,7 @@ INSTALLATION
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 scripts can be found in the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment