Skip to content

Local Overrides Sample: Disable the Idle Timeout

bp2008 edited this page May 7, 2021 · 1 revision

This script will change the default timeout to 0 every time UI3 loads, effectively disabling the timeout for all users.

To learn more about ui3-local-overrides, see: Local Overrides Scripts and Styles

ui3-local-overrides.js

OverrideDefaultSetting("ui3_timeout", "0", true, true, 1);
Clone this wiki locally