add timeouts to http requests
All checks were successful
tests / fmt (push) Successful in 2m5s
tests / clippy (push) Successful in 2m29s
tests / pre-commit (push) Successful in 2m33s
tests / test (push) Successful in 2m44s
tests / build (push) Successful in 2m54s
deploy / release-image (push) Successful in 9m8s

This commit is contained in:
2024-07-04 21:31:40 +02:00
parent dfd0f9c8c8
commit 1e523502eb
3 changed files with 14 additions and 3 deletions

View File

@@ -33,4 +33,5 @@ pub(crate) struct StateRef {
pub(crate) standby: Standby,
pub(crate) guild_settings: DashMap<Id<GuildMarker>, Settings>,
pub(crate) pool: sqlx::SqlitePool,
pub(crate) client: reqwest::Client,
}