mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 00:51:20 +00:00
8 lines
100 B
TypeScript
8 lines
100 B
TypeScript
export default {
|
|
scanner: {
|
|
samples: 3
|
|
},
|
|
puppeteerClusterOptions: {
|
|
maxConcurrency: 1
|
|
}
|
|
};
|