Reduced time between gogurt update cycles

This commit is contained in:
Joey Hines 2025-08-05 19:11:57 -06:00
parent 44037cfb36
commit ce6f0c0d9d
Signed by: joeyahines
GPG Key ID: 38BA6F25C94C9382

View File

@ -205,7 +205,7 @@ impl Task {
Task::add_task( Task::add_task(
&data.db, &data.db,
TaskType::UpdateGogurtRate, TaskType::UpdateGogurtRate,
Utc::now() + Duration::minutes(20), Utc::now() + Duration::minutes(5),
)?; )?;
} }
} }