Skip to content

Commit 9475083

Browse files
feat: Update browser pool org limits
1 parent e4935e3 commit 9475083

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
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: 91
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-59d2925a3cb93809cc762a3ac350691b365898e284f2c66a5999b9a6a37a35e5.yml
3-
openapi_spec_hash: dfcb0a49e657426d0c0f44cfa3e89430
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-97558c7b5f2714e629041ff892cdabef76c4ab214b5f908ba8b36d507eac5260.yml
3+
openapi_spec_hash: 3464d532154863ca17b82082451b9faf
44
config_hash: cc7fdd701d995d4b3456d77041c604cf

src/resources/browser-pools.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ export namespace BrowserPool {
181181
*/
182182
export interface BrowserPoolConfig {
183183
/**
184-
* Number of browsers to create in the pool
184+
* Number of browsers to maintain in the pool. The maximum size is determined by
185+
* your organization's pooled sessions limit (the sum of all pool sizes cannot
186+
* exceed your limit).
185187
*/
186188
size: number;
187189

@@ -330,7 +332,9 @@ export interface BrowserPoolAcquireResponse {
330332

331333
export interface BrowserPoolCreateParams {
332334
/**
333-
* Number of browsers to create in the pool
335+
* Number of browsers to maintain in the pool. The maximum size is determined by
336+
* your organization's pooled sessions limit (the sum of all pool sizes cannot
337+
* exceed your limit).
334338
*/
335339
size: number;
336340

@@ -400,7 +404,9 @@ export interface BrowserPoolCreateParams {
400404

401405
export interface BrowserPoolUpdateParams {
402406
/**
403-
* Number of browsers to create in the pool
407+
* Number of browsers to maintain in the pool. The maximum size is determined by
408+
* your organization's pooled sessions limit (the sum of all pool sizes cannot
409+
* exceed your limit).
404410
*/
405411
size: number;
406412

0 commit comments

Comments
 (0)