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";