This commit is contained in:
spiduler
2020-10-26 10:55:31 +09:00
parent 5bbe2e10bd
commit 1aea5e721f

View File

@@ -7,7 +7,7 @@ const logger = require("logops")
class PoolingService {
constructor() {
this.config = {
pool: { max: 40, min: 1, testOnBorrow: true },
pool: { max: 5, min: 1, testOnBorrow: true },
browser: 'chrome',
browserArgs: ['--no-sandbox', '--headless', '--disable-dev-shm-usage', '--proxy-server=spiduler-tor:8118']
}