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 authored and roboquat committed Jan 12, 2022
1 parent 1c3b62d commit 7207f33
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
@@ -528,7 +528,7 @@ func (m *Manager) createWorkspaceContainer(startContext *startWorkspaceContext)
PeriodSeconds: 1,
SuccessThreshold: 1,
TimeoutSeconds: 1,
InitialDelaySeconds: 4,
InitialDelaySeconds: 3,
}
)

0 comments on commit 7207f33

Please sign in to comment.