Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 4892def

Browse files
committed
Change ENABLE_WS_TRANSPORT to ENABLE_WS_SERVER
1 parent 6109cc6 commit 4892def

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docSrc/src/doc/docs/ij_user_guide/server_customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ If you want faster scrolling, you should decrease the value, so for example, the
116116
!!! bug
117117
Actually, we want to get rid of this option in the future, determining scrolling speed automatically, synced with the client. More details: [PRJ-272](https://youtrack.jetbrains.com/issue/PRJ-272).
118118

119-
### Disabling WebSocket transport
119+
### Disabling WebSocket server
120120

121121
Name | Type | Default value
122122
---|---|---
123-
`ORG_JETBRAINS_PROJECTOR_SERVER_ENABLE_WS_TRANSPORT` | Boolean | `true`
123+
`ORG_JETBRAINS_PROJECTOR_SERVER_ENABLE_WS_SERVER` | Boolean | `true`
124124

125-
Setting this variable to false will disable the built-in web server and WebSocket transport.
125+
Setting this option to `false` will disable the built-in WebSocket server.
126126
Additional transports can be added at runtime via `ProjectorServer.addTransport`
127127

128128
!!! warning

0 commit comments

Comments
 (0)