Skip to content

Commit

Permalink
#3560 allow much lower refresh rates, ie: 1 fps
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 6, 2022
1 parent b2a95a8 commit d36baf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/server/window/batch_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#(cannot be lower than DamageBatchConfig.MAX_EVENTS)
NRECS = 100

MIN_VREFRESH = envint("XPRA_MIN_VREFRESH", 30)
MIN_VREFRESH = envint("XPRA_MIN_VREFRESH", 1)
MAX_VREFRESH = envint("XPRA_MAX_VREFRESH", 250)
FRAME_OVERHEAD = envint("XPRA_FRAME_OVERHEAD", 1)

Expand Down

0 comments on commit d36baf8

Please sign in to comment.