We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c428395 commit da7859cCopy full SHA for da7859c
site/src/pages/WorkspaceSettingsPage/WorkspaceSchedulePage/WorkspaceScheduleForm.tsx
@@ -373,8 +373,10 @@ 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. This will be
378
+ 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