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: packages/zowe-explorer/package.nls.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@
203
203
"zowe.zowex.keepAliveInterval": "Number of seconds between keep-alive messages to keep connection active. Set to 0 to disable keep-alive.",
204
204
"zowe.zowex.serverAutoUpdate": "Automatically re-deploy the Zowe Remote SSH server if out of date.",
205
205
"zowe.zowex.serverInstallPath": "Mapping of SSH hostname to server install path for that host. Defaults to '~/.zowe-server'.",
206
-
"zowe.zowex.workerCount": "Number of worker threads for the Zowe Remote SSH server. Each worker runs as a separate process in its own address space.",
206
+
"zowe.zowex.workerCount": "Number of workers for the Zowe Remote SSH server. Each worker runs as a separate thread within a single address space.",
207
207
"zowe.zowex.responseTimeout": "Response timeout in seconds before the originating request is forcibly timed out. Set to a higher value if responses are expected to take longer to complete.",
208
208
"zowe.zowex.experimentalNativeSsh": "Use an experimental native SSH client for improved performance. Not yet fully tested.",
209
209
"zowe.zowex.defaultHandshakeTimeout": "Time in milliseconds to wait for the SSH handshake to complete."
0 commit comments