As there is a delay in starting a new engine when none are running, what are the suggested oeserver.cfg settings to leave an engine running when first 'spun up' for say 6hours, but still allow an api error (say debug) to terminate the api after (say) 1 minute.
MaxUpTime=360
IdleTimeout=360
Those 2 settings should do what you want.
MaxUpTime=360
IdleTimeout=360
Those 2 settings should do what you want.
Thank you