keep an oengin.exe running (OEngine Server)
At 09 AUG 2022 08:36:52PM Barry Stevens wrote:
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.
At 10 AUG 2022 12:08AM Joshua Goddard wrote:
MaxUpTime=360
IdleTimeout=360
Those 2 settings should do what you want.
At 10 AUG 2022 12:34AM Barry Stevens wrote:
MaxUpTime=360
IdleTimeout=360
Those 2 settings should do what you want.
Thank you