Update index.js
Browse files
index.js
CHANGED
|
@@ -8,7 +8,7 @@ const port = process.env.PORT || 7860;
|
|
| 8 |
const authToken = process.env.authToken || null;
|
| 9 |
const domain = process.env.DOMAIN || `forgets-Indrabot.hf.space`;
|
| 10 |
|
| 11 |
-
global.browserLimit = Number(process.env.browserLimit) ||
|
| 12 |
global.timeOut = Number(process.env.timeOut) || 60000;
|
| 13 |
|
| 14 |
const CACHE_DIR = path.join(__dirname, "cache");
|
|
|
|
| 8 |
const authToken = process.env.authToken || null;
|
| 9 |
const domain = process.env.DOMAIN || `forgets-Indrabot.hf.space`;
|
| 10 |
|
| 11 |
+
global.browserLimit = Number(process.env.browserLimit) || 20;
|
| 12 |
global.timeOut = Number(process.env.timeOut) || 60000;
|
| 13 |
|
| 14 |
const CACHE_DIR = path.join(__dirname, "cache");
|