change default ports to 7080 and 7081

This commit is contained in:
Evgeny Zinoviev 2021-02-27 03:47:11 +03:00
parent 500a91862c
commit c66fc2f691

View File

@ -5,8 +5,8 @@ namespace jobd;
class Client { class Client {
const WORKER_PORT = 13596; const WORKER_PORT = 7080;
const MASTER_PORT = 13597; const MASTER_PORT = 7081;
const EOT = "\4"; const EOT = "\4";