Skip to content

Commit

Permalink
chore: fix some outdated defaults in the jsdoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Jun 7, 2024
1 parent 5bf32f8 commit bf665be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/browser-pool/src/browser-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export interface BrowserPoolOptions<Plugin extends BrowserPlugin = BrowserPlugin
*
* Retired browsers are closed after all their pages are closed.
*
* @default 1
* @default 10
*/
retireInactiveBrowserAfterSecs?: number;
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export interface ConfigurationOptions {

/**
Defines the interval of emitting the `systemInfo` event.
@default 60_000
@default 1_000
*/
systemInfoIntervalMillis?: number;

Expand Down

0 comments on commit bf665be

Please sign in to comment.