I'm not that smart
This commit is contained in:
parent
1c431c86e7
commit
bb468aa003
@ -12,7 +12,7 @@ class EventLoop
|
||||
public int $interval = 3;
|
||||
|
||||
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 function start(callable $callback): void
|
||||
|
Reference in New Issue
Block a user