Skip to content

Commit

Permalink
Add events_max_delay setting for qubes-gui-daemon
Browse files Browse the repository at this point in the history
Allows gubes-gui-daemon event buffering delay to be configured.
  • Loading branch information
ArrayBolt3 committed Oct 20, 2024
1 parent 886364e commit d10f4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qubesadmin/tools/qvm_start_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
('trayicon_mode', 'str'),
('window_background_color', 'str'),
('startup_timeout', 'int'),
('events_max_delay', 'int'),
]

formatter = logging.Formatter(
Expand Down

0 comments on commit d10f4ae

Please sign in to comment.