diff --git a/app/lib/App/SSE/EventLoop.php b/app/lib/App/SSE/EventLoop.php index ada973c..84f3b58 100644 --- a/app/lib/App/SSE/EventLoop.php +++ b/app/lib/App/SSE/EventLoop.php @@ -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