Skip to content

Commit d00ac8a

Browse files
feat: Default dashboard browser pools to 25% fill rate
1 parent 0cbdd53 commit d00ac8a

2 files changed

Lines changed: 3 additions & 3 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

browserpool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ type BrowserPoolNewParams struct {
424424
// your organization's pooled sessions limit (the sum of all pool sizes cannot
425425
// exceed your limit).
426426
Size int64 `json:"size" api:"required"`
427-
// Percentage of the pool to fill per minute. Defaults to 10. The cap is 25 for
427+
// Percentage of the pool to fill per minute. Defaults to 25. The cap is 25 for
428428
// most organizations but can be raised per-organization, so only the lower bound
429429
// is enforced here.
430430
FillRatePerMinute param.Opt[int64] `json:"fill_rate_per_minute,omitzero"`

0 commit comments

Comments
 (0)