Reduced time between gogurt update cycles
This commit is contained in:
parent
44037cfb36
commit
ce6f0c0d9d
@ -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),
|
||||||
)?;
|
)?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user