I'm not that smart

This commit is contained in:
William 2022-03-28 15:23:37 +00:00
parent 1c431c86e7
commit bb468aa003

View File

@ -12,7 +12,7 @@ class EventLoop
public int $interval = 3; public int $interval = 3;
public int $heartbeat = 5; // send heartbeat every num seconds to ensure connection is still alive public int $heartbeat = 5; // send heartbeat every num seconds to ensure connection is still alive
public int $timeLimit = 3; public int $timeLimit = 3600;
public int $execLimit = 30; public int $execLimit = 30;
public function start(callable $callback): void public function start(callable $callback): void