Skip to content

Commit d642886

Browse files
committed
chore: add comment
1 parent fee555e commit d642886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/browser_pool.ts

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export class BrowserPool {
4545
};
4646

4747
constructor({ poolOpts }: BrowserPoolConstructorArgs = {} as BrowserPoolConstructorArgs) {
48+
// I need to pull options out of here
4849
poolOpts = {
4950
max: Number(process.env.POOL_MAX) || 10,
5051
min: Number(process.env.POOL_MIN) || 2,

0 commit comments

Comments
 (0)