From c66fc2f691424023b107dfee1295fa165b223f86 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 27 Feb 2021 03:47:11 +0300 Subject: change default ports to 7080 and 7081 --- src/Client.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Client.php b/src/Client.php index b8bdb5a..5d0048b 100644 --- a/src/Client.php +++ b/src/Client.php @@ -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"; -- cgit v1.2.3