Skip to content

Commit

Permalink
docs: Change default length of CreateDeviceSession to 15m, down from 30m
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 620098099
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 29, 2024
1 parent 95d0e8c commit 34990e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/devtools/testing/v1/direct_access_service.proto
Expand Up @@ -273,7 +273,7 @@ message DeviceSession {
oneof expiration {
// Optional. The amount of time that a device will be initially allocated
// for. This can eventually be extended with the UpdateDeviceSession RPC.
// Default: 30 minutes.
// Default: 15 minutes.
google.protobuf.Duration ttl = 13 [(google.api.field_behavior) = OPTIONAL];

// Optional. If the device is still in use at this time, any connections
Expand Down

0 comments on commit 34990e5

Please sign in to comment.