From eab187e49a5de17b637541f0d73f9cff44f5fd1c Mon Sep 17 00:00:00 2001 From: rdlrt <3169068+rdlrt@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:19:25 +1100 Subject: [PATCH] gRest: Remove stake-dist-new-account-update cron --- scripts/grest-helper-scripts/setup-grest.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/grest-helper-scripts/setup-grest.sh b/scripts/grest-helper-scripts/setup-grest.sh index 6fa6ed66f..10946ee2c 100755 --- a/scripts/grest-helper-scripts/setup-grest.sh +++ b/scripts/grest-helper-scripts/setup-grest.sh @@ -142,11 +142,6 @@ SGVERSION=v1.1.1 ([[ ${NWMAGIC} -eq 141 ]] && install_cron_job "stake-distribution-update" "*/10 * * * *") || install_cron_job "stake-distribution-update" "15 */2 * * *" - get_cron_job_executable "stake-distribution-new-accounts-update" - set_cron_variables "stake-distribution-new-accounts-update" - ([[ ${NWMAGIC} -eq 141 ]] && install_cron_job "stake-distribution-new-accounts-update" "*/30 * * * *") || - install_cron_job "stake-distribution-new-accounts-update" "58 */6 * * *" - get_cron_job_executable "pool-history-cache-update" set_cron_variables "pool-history-cache-update" ([[ ${NWMAGIC} -eq 141 ]] && install_cron_job "pool-history-cache-update" "*/5 * * * *") ||