From 6913d2338fd52b8355db9bcdfc20ce3c5278ca0c Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 12 Jun 2007 20:25:32 +0000
Subject: [PATCH] - Patch #150972 by alex_b: wget calls cron.php upto 20 times
 in a row.

---
 INSTALL.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.txt b/INSTALL.txt
index 13485014634f..9296fc2494e1 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -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
-- 
GitLab