diff --git a/addons/Donate/settings.php b/addons/Donate/settings.php
index 5ca8111ba6..5230852a63 100644
--- a/addons/Donate/settings.php
+++ b/addons/Donate/settings.php
@@ -383,9 +383,12 @@
http:///addons/Donate/sync.php?key=
+ for example (will run every 20 minutes):
+ wget --spider "http:///addons/Donate/sync.php?key=" >/dev/null 2>&1
+
Please keep the above URL a secret!
- To avoid using the API too often, please leave a reasonable time period between running the cron job.
+ To avoid using the API too often, please leave a reasonable time period between running the cron job, such as 20 minutes.