diff --git a/kiri-engine/Coordinator.php b/kiri-engine/Coordinator.php index 8080143a..51a42941 100644 --- a/kiri-engine/Coordinator.php +++ b/kiri-engine/Coordinator.php @@ -7,19 +7,7 @@ class Coordinator const WORKER_START = 'worker:start'; - private bool $waite = true; - - - private static array $_waite = []; - - - /** - * @return bool - */ - public function isWaite(): bool - { - return $this->waite; - } + private bool $waite = false; /**