docs: update configurations.md to make the default timeout explicit (#964)

* docs: update configurations.md to make the default timeout explicit

* Update configurations.md
support-auth-token
Meng Zhang 2023-12-07 09:18:30 +08:00 committed by GitHub
parent 8fbe8c85d0
commit 3953fb2617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -34,14 +34,11 @@ Header2 = "Value2" # values can be strings, numbers or booleans
## Completion
If you have changed the default response timeout at Tabby server side, you may also need to change the timeout configurations here.
If you want to allocate more time to Tabby for completion requests, you can adjust the timeout configurations here.
```toml
# Completion
# (Since 1.1.0) You can set the completion request timeout here.
# Note that there is also a timeout config at the server side.
[completion]
timeout = 4000 # 4s
timeout = 4000 # By default the timeout is 4 seconds.
```
## Logs