Adding defaults and fixing typo

This commit is contained in:
Rodwin.Spruel 2025-04-22 10:39:53 -04:00
parent c6e2a1818c
commit 7353f38652
No known key found for this signature in database
GPG key ID: 732BE68DCA2B69CA
2 changed files with 3 additions and 2 deletions

View file

@ -289,6 +289,6 @@ rfb::PresetParameter rfb::Server::preferBandwidth
false, bandwidthPreset);
rfb::IntParameter rfb::Server::webpEncodingTime
("udpPort",
"Sets the benchmak WebP encoding time in KasmVNC. Default is calculated in TightWEBPEncoder benchmark function",
("webpEncodingTime",
"Sets a weighted value that determines how much webp is used to balance bandwidth and CPU usage.",
0, 0, 10000);

View file

@ -129,6 +129,7 @@ encoding:
logging:
level: off
scaling_algorithm: progressive_bilinear
webp_encoding_time: 0
compare_framebuffer: auto
zrle_zlib_level: auto