Skip to content

Commit c1c89e8

Browse files
feat: Feat increase max timeout to 72h
1 parent 1d58a25 commit c1c89e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 66
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-7897c6c3f33d12ebf6cb8b3694945169617631a52af8f5b393b77b1995ed0d72.yml
3-
openapi_spec_hash: 1104c3ba0915f1708d7576345cafa9d0
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-d611cf8b0301a07123eab0e92498bea5ad69c5292b28aca1016c362cca0a0564.yml
3+
openapi_spec_hash: 6d30f4ad9d61a7da8a75d543cf3d3d75
44
config_hash: 9421eb86b7f3f4b274f123279da3858e

src/resources/browsers/browsers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ export interface BrowserCreateParams {
576576
* The number of seconds of inactivity before the browser session is terminated.
577577
* Only applicable to non-persistent browsers. Activity includes CDP connections
578578
* and live view connections. Defaults to 60 seconds. Minimum allowed is 10
579-
* seconds. Maximum allowed is 86400 (24 hours). We check for inactivity every 5
579+
* seconds. Maximum allowed is 259200 (72 hours). We check for inactivity every 5
580580
* seconds, so the actual timeout behavior you will see is +/- 5 seconds around the
581581
* specified value.
582582
*/

0 commit comments

Comments
 (0)