Skip to content

Commit

Permalink
[ws-manager] Adjust probe InitialDelaySeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jan 8, 2022
1 parent 3099765 commit 4f0bdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ws-manager/pkg/manager/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ func (m *Manager) createWorkspaceContainer(startContext *startWorkspaceContext)
PeriodSeconds: 1,
SuccessThreshold: 1,
TimeoutSeconds: 1,
InitialDelaySeconds: 4,
InitialDelaySeconds: 3,
}
)

Expand Down

0 comments on commit 4f0bdaf

Please sign in to comment.