mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-13 23:03:55 +01:00
chore: default locale & request timeout
This commit is contained in:
parent
a44e8b0fbe
commit
d1b42d1c59
2 changed files with 2 additions and 1 deletions
|
|
@ -99,6 +99,7 @@ You run the command `{last_command}` and get the following error message: `{erro
|
|||
.header("Authorization", format!("Bearer {}", api_key))
|
||||
.header("Content-Type", "application/json")
|
||||
.json(&messages)
|
||||
.timeout(std::time::Duration::from_secs(10))
|
||||
.send();
|
||||
|
||||
let res = match res {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue