Skip to content

Commit 6a4848b

Browse files
feat: Default dashboard browser pools to 25% fill rate
1 parent 033b502 commit 6a4848b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 127
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-1413d61d06059008b4c1e204c783d8b2e7dca9af23f6e3b6d2552493ea2d9853.yml
3-
openapi_spec_hash: 80aca500caddd300cb03a6daf568fddb
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-92c776855f978ae03a778fbbac49bf1edc65852530644772c382838b6eab9fe5.yml
3+
openapi_spec_hash: 4a9fbcb607be408ad646e207fe90687f
44
config_hash: 77ee715aa17061166f9a02b264a21b8d

src/kernel/resources/browser_pools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def create(
101101
102102
extensions: List of browser extensions to load into the session. Provide each by id or name.
103103
104-
fill_rate_per_minute: Percentage of the pool to fill per minute. Defaults to 10. The cap is 25 for
104+
fill_rate_per_minute: Percentage of the pool to fill per minute. Defaults to 25. The cap is 25 for
105105
most organizations but can be raised per-organization, so only the lower bound
106106
is enforced here.
107107
@@ -679,7 +679,7 @@ async def create(
679679
680680
extensions: List of browser extensions to load into the session. Provide each by id or name.
681681
682-
fill_rate_per_minute: Percentage of the pool to fill per minute. Defaults to 10. The cap is 25 for
682+
fill_rate_per_minute: Percentage of the pool to fill per minute. Defaults to 25. The cap is 25 for
683683
most organizations but can be raised per-organization, so only the lower bound
684684
is enforced here.
685685

src/kernel/types/browser_pool_create_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class BrowserPoolCreateParams(TypedDict, total=False):
3737
fill_rate_per_minute: int
3838
"""Percentage of the pool to fill per minute.
3939
40-
Defaults to 10. The cap is 25 for most organizations but can be raised
40+
Defaults to 25. The cap is 25 for most organizations but can be raised
4141
per-organization, so only the lower bound is enforced here.
4242
"""
4343

0 commit comments

Comments
 (0)