summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-06-12 20:25:32 +0000
committerDries Buytaert <dries@buytaert.net>2007-06-12 20:25:32 +0000
commit6913d2338fd52b8355db9bcdfc20ce3c5278ca0c (patch)
tree6d16cfb3d7e98d8db1f833aa02158c8f997da0f9
parent2290800c785c0c918f0a55c3aed0cd56aa991896 (diff)
downloadbrdo-6913d2338fd52b8355db9bcdfc20ce3c5278ca0c.tar.gz
brdo-6913d2338fd52b8355db9bcdfc20ce3c5278ca0c.tar.bz2
- Patch #150972 by alex_b: wget calls cron.php upto 20 times in a row.
-rw-r--r--INSTALL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 134850146..9296fc249 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