From f58903d1e69d913b65c9be73258b687a04ebc674 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 24 Feb 2010 18:27:34 +0000 Subject: [PATCH] only call get_tusted_certs() every 6 hours --- PlanetLabConf/sfa_component_setup.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlanetLabConf/sfa_component_setup.cron b/PlanetLabConf/sfa_component_setup.cron index beda80d..e24ea98 100644 --- a/PlanetLabConf/sfa_component_setup.cron +++ b/PlanetLabConf/sfa_component_setup.cron @@ -5,6 +5,6 @@ HOME=/ # # minute hour day-of-month month day-of-week user command # download the trusted gids from the registry every hour -0 */1 * * * root /usr/bin/sfa_component_setup.py -c > /dev/null 2>&1 +5 */6 * * * root /usr/bin/sfa_component_setup.py -c > /dev/null 2>&1 # download the slice gids every 30 minutes */30 * * * * root /usr/bin/sfa_component_setup.py -g > /dev/null 2>&1 -- 2.43.0