Skip to content

Commit

Permalink
#3337 allow speed and quality to go lower
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 8, 2021
1 parent b35a02d commit de5c762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xpra/scripts/config.py
Expand Up @@ -1007,9 +1007,9 @@ def get_defaults():
"ssl-server-hostname": "",
"ssl-options" : "ALL,NO_COMPRESSION",
"quality" : 0,
"min-quality" : 30,
"min-quality" : 1,
"speed" : 0,
"min-speed" : 30,
"min-speed" : 1,
"compression_level" : 1,
"dpi" : 0,
"file-size-limit" : "100M",
Expand Down

0 comments on commit de5c762

Please sign in to comment.