How can the Live API Creator client session timeout be configuring in the Jetty image?
Live API Creator 4.x, 5.x
To configure the timeout, follow the below steps:
Example: To change the timeout to 1 minute
Default setting
#jetty.http.idleTimeout=30000
Change to
jetty.http.idleTimeout=60000