dsfsdf
This commit is contained in:
@@ -22,7 +22,10 @@ class SeleniumBrowser {
|
|||||||
driver.quit()
|
driver.quit()
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
max: 20, min: 1, evictionRunIntervalMillis: 1000 * 60
|
max: 20, min: 1, evictionRunIntervalMillis: 1000 * 10,
|
||||||
|
acquireTimeoutMillis: 1000 * 5,
|
||||||
|
fifo: false,
|
||||||
|
softIdleTimeoutMillis: 1000 * 5
|
||||||
});
|
});
|
||||||
|
|
||||||
this.pool.on('factoryCreateError', function (err) {
|
this.pool.on('factoryCreateError', function (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user