Update script.js
Browse files
script.js
CHANGED
|
@@ -5,7 +5,7 @@ const cluster = require("cluster");
|
|
| 5 |
const os = require("os");
|
| 6 |
|
| 7 |
const cpus = os.cpus().length;
|
| 8 |
-
const port =
|
| 9 |
const index = fs.readFileSync("./index.html");
|
| 10 |
|
| 11 |
if (cluster.isMaster) {
|
|
|
|
| 5 |
const os = require("os");
|
| 6 |
|
| 7 |
const cpus = os.cpus().length;
|
| 8 |
+
const port = 7860;
|
| 9 |
const index = fs.readFileSync("./index.html");
|
| 10 |
|
| 11 |
if (cluster.isMaster) {
|