Skip to content

Commit

Permalink
Increase out-of-focus idle timeout to 5 min
Browse files Browse the repository at this point in the history
Signed-off-by: Szymon Kłos <[email protected]>
Change-Id: I4cd990a6ed9443c9627f9b27bb3d20f4c498b688
  • Loading branch information
eszkadev authored and timar committed Jan 17, 2024
1 parent ad9fbc9 commit cad59f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coolwsd.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

<per_view desc="View-specific settings.">
<group_download_as desc="If set to true, groups download as icons into a dropdown for the notebookbar view." type="bool" default="true">true</group_download_as>
<out_of_focus_timeout_secs desc="The maximum number of seconds before dimming and stopping updates when the browser tab is no longer in focus. Defaults to 120 seconds." type="uint" default="120">120</out_of_focus_timeout_secs>
<out_of_focus_timeout_secs desc="The maximum number of seconds before dimming and stopping updates when the browser tab is no longer in focus. Defaults to 300 seconds." type="uint" default="300">300</out_of_focus_timeout_secs>
<idle_timeout_secs desc="The maximum number of seconds before dimming and stopping updates when the user is no longer active (even if the browser is in focus). Defaults to 15 minutes." type="uint" default="900">900</idle_timeout_secs>
</per_view>

Expand Down

0 comments on commit cad59f4

Please sign in to comment.