Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Fix typo (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhilinlinlin authored Aug 23, 2023
1 parent f74139b commit 4b665e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zh/guide/deployment/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ app = Sanic(..., config=Config(converters=[UUID]))

### 响应超时(RESPONSE_TIMEOUT)

响应时间用于衡量从整个 HTTP 请求接收完成到 Sanic 将响应完整发送至客户端所花费的时间。如果响应时间超过了设定的 `RESONSE_TIMEOUT` ,Sanic 会将其视为服务端错误并将 HTTP 503 作为响应发送给客户端。如果您的应用程序需要消耗大量的时间来进行响应,请尝试将此参数调至更高或优化响应效率。
响应时间用于衡量从整个 HTTP 请求接收完成到 Sanic 将响应完整发送至客户端所花费的时间。如果响应时间超过了设定的 `RESPONSE_TIMEOUT` ,Sanic 会将其视为服务端错误并将 HTTP 503 作为响应发送给客户端。如果您的应用程序需要消耗大量的时间来进行响应,请尝试将此参数调至更高或优化响应效率。

### 长连接超时(KEEP_ALIVE_TIMEOUT)

Expand Down

0 comments on commit 4b665e8

Please sign in to comment.