Zhofang commited on
Commit
8220467
·
verified ·
1 Parent(s): 02bd136

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
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 = 8080;
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) {