change default ports to 7080 and 7081
This commit is contained in:
parent
500a91862c
commit
c66fc2f691
@ -5,8 +5,8 @@ namespace jobd;
|
||||
|
||||
class Client {
|
||||
|
||||
const WORKER_PORT = 13596;
|
||||
const MASTER_PORT = 13597;
|
||||
const WORKER_PORT = 7080;
|
||||
const MASTER_PORT = 7081;
|
||||
|
||||
const EOT = "\4";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user