From bb468aa00367357694df8933dbe89fc654d9bb3e Mon Sep 17 00:00:00 2001 From: William Date: Mon, 28 Mar 2022 15:23:37 +0000 Subject: [PATCH] I'm not that smart --- app/lib/App/SSE/EventLoop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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