File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : cc7fdd701d995d4b3456d77041c604cf
Original file line number Diff line number Diff 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
331333export 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
401405export 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
You can’t perform that action at this time.
0 commit comments