You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/settings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,8 +95,8 @@ Using Uvicorn with watchfiles will enable the following options (which are other
95
95
*`--ws <str>` - Set the WebSockets protocol implementation. Either of the `websockets` and `wsproto` packages are supported. There are two versions of `websockets` supported: `websockets` and `websockets-sansio`. Use `'none'` to ignore all websocket requests. **Options:***'auto', 'none', 'websockets', 'websockets-sansio', 'wsproto'.***Default:***'auto'*.
96
96
*`--ws-max-size <int>` - Set the WebSockets max message size, in bytes. Only available with the `websockets` protocol. **Default:***16777216* (16 MB).
97
97
*`--ws-max-queue <int>` - Set the maximum length of the WebSocket incoming message queue. Only available with the `websockets` protocol. **Default:***32*.
98
-
*`--ws-ping-interval <float>` - Set the WebSockets ping interval, in seconds. Only available with the `websockets`protocol. **Default:***20.0*.
99
-
*`--ws-ping-timeout <float>` - Set the WebSockets ping timeout, in seconds. Only available with the `websockets`protocol. **Default:***20.0*.
98
+
*`--ws-ping-interval <float>` - Set the WebSockets ping interval, in seconds. Available with the `websockets`and `websockets-sansio` protocols. **Default:***20.0*.
99
+
*`--ws-ping-timeout <float>` - Set the WebSockets ping timeout, in seconds. Available with the `websockets`and `websockets-sansio` protocols. **Default:***20.0*.
100
100
*`--ws-per-message-deflate <bool>` - Enable/disable WebSocket per-message-deflate compression. Only available with the `websockets` protocol. **Default:***True*.
101
101
*`--lifespan <str>` - Set the Lifespan protocol implementation. **Options:***'auto', 'on', 'off'.***Default:***'auto'*.
102
102
*`--h11-max-incomplete-event-size <int>` - Set the maximum number of bytes to buffer of an incomplete event. Only available for `h11` HTTP protocol implementation. **Default:***16384* (16 KB).
0 commit comments