Skip to content

Commit

Permalink
#3337 also lower min quality and speed in default file config
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 10, 2021
1 parent b10da3f commit 39c8838
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fs/etc/xpra/conf.d/30_picture.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ quality = auto

# For auto quality only:
#min-quality = 50
min-quality = 30
min-quality = 1

# Use fixed speed
# (value is a percentage or "auto"):
#speed = 90
speed = auto

# For auto speed only:
#min-speed = 0
min-speed = 30
#min-speed = 30
min-speed = 1

# Idle delay in seconds before doing an automatic lossless refresh:
auto-refresh-delay = 0.15
Expand Down

0 comments on commit 39c8838

Please sign in to comment.