mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 02:21:53 +08:00
tune vnc socket
This commit is contained in:
@@ -50,6 +50,8 @@ def main(argv: Optional[List[str]]=None) -> None:
|
||||
port=config.server.port,
|
||||
max_clients=config.server.max_clients,
|
||||
|
||||
no_delay=config.server.no_delay,
|
||||
|
||||
tls_ciphers=config.server.tls.ciphers,
|
||||
tls_timeout=config.server.tls.timeout,
|
||||
|
||||
@@ -65,4 +67,6 @@ def main(argv: Optional[List[str]]=None) -> None:
|
||||
**config.streamer._unpack(),
|
||||
),
|
||||
vnc_auth_manager=VncAuthManager(**config.auth.vncauth._unpack()),
|
||||
|
||||
**config.server.keepalive._unpack(),
|
||||
).run()
|
||||
|
||||
Reference in New Issue
Block a user