We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9cb9c commit 5f6494eCopy full SHA for 5f6494e
components/public-api/gitpod/v1/workspace.proto
@@ -376,7 +376,7 @@ message WorkspaceSpec {
376
// inactivity is the maximum time of inactivity before the workspace is
377
// stopped or paused
378
google.protobuf.Duration inactivity = 1;
379
- // inactivity is the maximum time of disconnection before the workspace is
+ // disconnected is the maximum time of disconnection before the workspace is
380
// stopped or paused set to zero to disable.
381
google.protobuf.Duration disconnected = 2;
382
// maximum lifetime of the workspace
0 commit comments