Skip to content

Commit

Permalink
#3560 this is now done in apply_refresh_rate()
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 29, 2022
1 parent 2babcf6 commit 933d454
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xpra/server/source/encodings_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,9 @@ def parse_batch_int(value, varname):
dbc.max_events = batch_value("max_events", batch_config.MAX_EVENTS)
dbc.max_pixels = batch_value("max_pixels", batch_config.MAX_PIXELS)
dbc.time_unit = batch_value("time_unit", batch_config.TIME_UNIT, 1)
self.vrefresh = c.intget("vrefresh", -1)
dbc.match_vrefresh(self.vrefresh)
dbc.delay = batch_value("delay", delay, dbc.min_delay)
log("default batch config: %s", dbc)
self.vrefresh = c.intget("vrefresh", -1)

#encodings:
self.encodings_packet = c.boolget("encodings.packet", False)
Expand Down

0 comments on commit 933d454

Please sign in to comment.