diff --git a/src/coin_health_check_team/request_candles.rs b/src/coin_health_check_team/request_candles.rs index a53a0b4..e13e521 100644 --- a/src/coin_health_check_team/request_candles.rs +++ b/src/coin_health_check_team/request_candles.rs @@ -572,11 +572,11 @@ pub async fn fetch_candle_delay( if interval == "30m" { time_wait = 1_000; } else if interval == "1d" { - time_wait = 10_000; + time_wait = 5_000; } else if interval == "1w" { - time_wait = 20_000; + time_wait = 10_000; } else { - time_wait = 30_000; + time_wait = 15_000; } let mut server_on_result = select_record(