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 d0d0902 commit d307404Copy full SHA for d307404
site/src/pages/WorkspaceSettingsPage/WorkspaceSchedulePage/WorkspaceScheduleForm.tsx
@@ -374,8 +374,9 @@ export const WorkspaceScheduleForm: FC<
374
<>
375
<div css={{ marginBottom: 16 }}>
376
Set how many hours should elapse after the workspace started
377
- before the workspace automatically shuts down. Activity in the
378
- workspace will extend the lifetime to prevent shutdown during use.
+ before the workspace automatically shuts down. This will be
+ extended by 1 hour after last activity in the workspace was
379
+ detected.
380
</div>
381
{!enableAutoStop && (
382
<Tooltip title="This option can be enabled in the template settings">
0 commit comments