From 68d5820f30deb4b1f5a87c17c3c6e5110a3f6c03 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 3 Aug 2023 18:47:39 +0300 Subject: [PATCH] reserve one hour for huge load operations --- config/crontab.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/crontab.txt b/config/crontab.txt index 0583b22..9e35161 100644 --- a/config/crontab.txt +++ b/config/crontab.txt @@ -4,4 +4,4 @@ 30 0 * * * indexer --all --rotate 0 0 * * * /usr/bin/php /{PATH}/YGGo/crontab/cleaner.php >> /{PATH}/cleaner.log 2>&1 -* * * * * /usr/bin/php /{PATH}/YGGo/crontab/crawler.php >> /{PATH}/crawler.log 2>&1 \ No newline at end of file +* 1-23 * * * /usr/bin/php /{PATH}/YGGo/crontab/crawler.php >> /{PATH}/crawler.log 2>&1 \ No newline at end of file