diff --git a/common/rfb/ServerCore.cxx b/common/rfb/ServerCore.cxx index 3c15be6..f242b54 100644 --- a/common/rfb/ServerCore.cxx +++ b/common/rfb/ServerCore.cxx @@ -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); diff --git a/unix/kasmvnc_defaults.yaml b/unix/kasmvnc_defaults.yaml index 3d0551c..e75591e 100644 --- a/unix/kasmvnc_defaults.yaml +++ b/unix/kasmvnc_defaults.yaml @@ -129,6 +129,7 @@ encoding: logging: level: off scaling_algorithm: progressive_bilinear + webp_encoding_time: 0 compare_framebuffer: auto zrle_zlib_level: auto