From b1b9e42007e1551d5419f0af9d2a2d8cbe448399 Mon Sep 17 00:00:00 2001 From: Gerhard Killesreiter Date: Wed, 27 Jun 2007 18:16:45 +0000 Subject: [PATCH] #150972, backport from D5, limit wget to 1 run per second, by alex_b --- INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index b80507c0090..7415505e722 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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