Hide
org.directwebremoting.util.Continuation doesn't set org.eclipse.jetty.continuation.Continuation's timeout, which then uses Jetty's default 30 sec, e.g. org.eclipse.jetty.server.AsyncContinuation. It would be nice to be able to configure the timeout. Should it be in some relation to maxWaitAfterWrite configuration parameter?
Show
org.directwebremoting.util.Continuation doesn't set org.eclipse.jetty.continuation.Continuation's timeout, which then uses Jetty's default 30 sec, e.g. org.eclipse.jetty.server.AsyncContinuation. It would be nice to be able to configure the timeout. Should it be in some relation to maxWaitAfterWrite configuration parameter?