We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd68dad commit 908770aCopy full SHA for 908770a
components/dashboard/src/user-settings/Preferences.tsx
@@ -92,11 +92,10 @@ export default function Preferences() {
92
93
<h3 className="mt-12">Inactivity Timeout </h3>
94
<p className="text-base text-gray-500 dark:text-gray-400">
95
- By default, workspaces stop following 30 minutes without user input (e.g. keystrokes or terminal
96
- input commands). You can increase the workspace timeout up to a maximum of 24 hours.
+ Workspaces will stop after a period of inactivity without any user input.
97
</p>
98
<div className="mt-4 max-w-xl">
99
- <h4>Default Workspace Inactivity Timeout</h4>
+ <h4>Default Workspace Timeout</h4>
100
101
{!allowConfigureWorkspaceTimeout && (
102
<Alert type="message">
0 commit comments