Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi committed Jun 5, 2024
1 parent fee555e commit d642886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/browser_pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export class BrowserPool {
};

constructor({ poolOpts }: BrowserPoolConstructorArgs = {} as BrowserPoolConstructorArgs) {
// I need to pull options out of here
poolOpts = {
max: Number(process.env.POOL_MAX) || 10,
min: Number(process.env.POOL_MIN) || 2,
Expand Down

0 comments on commit d642886

Please sign in to comment.