max_idle_time


Description:

public TimeSpan max_idle_time { get; set; }

Amount of time a resource should stay idle before being closed

Note that this is currently only accurate to around 1 second, and then only if you're not blocking the main loop.