Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] EventSourceServlet timing out


You're absolutely right. So, does this mean that I just need to either disable the timeout, or set it higher than the heartbeat?

Yes, I’d leave the idleTimeout enabled and set it comfortably higher than the heartbeat rather than disabling it completely.

On Wed, Apr 8, 2026 at 5:27 PM Nils <nilskp@xxxxxxxxx> wrote:
On Wed, Apr 8, 2026 at 3:17 AM Lachlan Roberts <lachlan@xxxxxxxxxxx> wrote:
Hi,

This is not the AsyncContext idle timeout firing but the connection idle timeout.

So I would review your configuration when configuring the server, somewhere the idleTimeout is being configured to 5000ms.
Most likely on the ServerConnector or HttpConfiguration.

You're absolutely right. So, does this mean that I just need to either disable the timeout, or set it higher than the heartbeat?

Back to the top