Skip to content

chore(site): clarify autostop description #10260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,8 @@ export const WorkspaceScheduleForm: FC<
description={
<>
<div css={{ marginBottom: 16 }}>
Set how many hours should elapse after a workspace is started
before it automatically shuts down. If workspace connection
activity is detected, the autostop timer will be bumped by this
value.
Set how many hours should elapse after you log off before the
workspace automatically shuts down.
</div>
{!enableAutoStop && (
<Tooltip title="This option can be enabled in the template settings">
Expand Down