How to Limit or Restrict Number of Open code-server Tabs, Windows or Other Connections? #6399
Answered
by
code-asher
doncadavona
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There is no built-in mechanism for doing this currently, as far as I know.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
doncadavona
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To conserve some server and network resources, I wish to set a limit on the number of open tabs, windows or connections on a code-server instance. Is there an official way to do it? How?
Say I open 1 browser tab for
localhost:8080
.If I open another tab for
localhost:8080
, without closing the first tab, I should get a notice, or redirect me to the first tab.Thank you in advance :)
Beta Was this translation helpful? Give feedback.
All reactions