mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
Adding defaults and fixing typo
This commit is contained in:
parent
c6e2a1818c
commit
7353f38652
2 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -129,6 +129,7 @@ encoding:
|
|||
logging:
|
||||
level: off
|
||||
scaling_algorithm: progressive_bilinear
|
||||
webp_encoding_time: 0
|
||||
|
||||
compare_framebuffer: auto
|
||||
zrle_zlib_level: auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue