Skip to content

Commit c780596

Browse files
committed
update WorkspaceTimeoutSettings
1 parent cf91a83 commit c780596

File tree

3 files changed

+203
-229
lines changed

3 files changed

+203
-229
lines changed

components/public-api/gitpod/v1/user.proto

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,14 @@ message User {
5252
// user global workspace timeout settings
5353
//
5454
// +optional
55-
WorkspaceTimeoutSettings timeout_settings = 10;
55+
WorkspaceTimeoutSettings workspace_timeout_settings = 10;
5656
message WorkspaceTimeoutSettings {
5757
// inacitivity is the maximum time of inactivity before the workspace is stopped or paused
5858
google.protobuf.Duration inactivity = 1;
59-
// inacitivity is the maximum time of disconnection before the workspace is stopped or paused
60-
// set to zero to disable.
61-
google.protobuf.Duration disconnected = 2;
6259
// control whether to enable the closed timeout of a workspace, i.e. close web ide, disconnect ssh connection
6360
//
6461
// +optional
65-
bool disabled_disconnected = 3;
62+
bool disabled_disconnected = 2;
6663
}
6764

6865
// +optional

0 commit comments

Comments
 (0)