From 3953fb26174360156949958598538464d89b3e4d Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 7 Dec 2023 09:18:30 +0800 Subject: [PATCH] docs: update configurations.md to make the default timeout explicit (#964) * docs: update configurations.md to make the default timeout explicit * Update configurations.md --- website/docs/extensions/configurations.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/website/docs/extensions/configurations.md b/website/docs/extensions/configurations.md index 486cfde..56edadd 100644 --- a/website/docs/extensions/configurations.md +++ b/website/docs/extensions/configurations.md @@ -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