Skip to content

Commit

Permalink
#2029 ignore framerate with shadow servers since we are usually using…
Browse files Browse the repository at this point in the history
… polling anyway

git-svn-id: https://xpra.org/svn/Xpra/trunk@21002 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 15, 2018
1 parent a3cc56c commit 6b94e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/server/window/window_video_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def lossless(reason):
#raise the quality as the areas around video tend to not be graphics
return nonvideo(quality+30, "not the video region")

if not video_hint:
if not video_hint and not self.is_shadow:
if now-self.global_statistics.last_congestion_time>5:
lde = tuple(self.statistics.last_damage_events)
lim = now-4
Expand Down

0 comments on commit 6b94e9c

Please sign in to comment.