Skip to content

Commit

Permalink
Changed default idle timeout and limit of running workspaces per user
Browse files Browse the repository at this point in the history
  • Loading branch information
skabashnyuk committed Oct 3, 2019
1 parent 8dac61e commit 64f0805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ che.limits.workspace.env.ram=16gb
# length of time that the user has not interacted with the workspace, meaning that
# one of our agents has not received interaction. Leaving a browser window open
# counts toward idleness.
che.limits.workspace.idle.timeout=-1
che.limits.workspace.idle.timeout=1800000

##### USERS' WORKSPACE LIMITS #####

Expand All @@ -59,7 +59,7 @@ che.limits.user.workspaces.count=-1
# If the user has reached this threshold and they try to start an additional
# workspace, they will be prompted with an error message. The user will need to
# stop a running workspace to activate another.
che.limits.user.workspaces.run.count=-1
che.limits.user.workspaces.run.count=1

##### ORGANIZATIONS' WORKSPACE LIMITS #####

Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/che/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ global:
cheWorkspaceServiceAccount: "che-workspace"
# If set, Che will bind the specified cluster role to the workspace service account when creating a workspace.
cheWorkspaceClusterRole: ""
workspaceIdleTimeout: "-1"
workspaceIdleTimeout: "1800000"
log:
loggerConfig: ""
appenderName: "plaintext"
Expand Down

0 comments on commit 64f0805

Please sign in to comment.