We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3efa08 commit c6dd5afCopy full SHA for c6dd5af
site/src/pages/WorkspaceSettingsPage/WorkspaceSchedulePage/WorkspaceScheduleForm.tsx
@@ -373,8 +373,9 @@ export const WorkspaceScheduleForm: FC<
373
description={
374
<>
375
<div css={{ marginBottom: 16 }}>
376
- Set how many hours should elapse after you log off before the
377
- workspace automatically shuts down.
+ Set how many hours should elapse after the workspace started
+ before the workspace automatically shuts down. Activity on the
378
+ workspace can extend the lifetime to prevent shutdown during use.
379
</div>
380
{!enableAutoStop && (
381
<Tooltip title="This option can be enabled in the template settings">
0 commit comments