gikopoi2
gikopoi2 copied to clipboard
Idea to minimize server restarts while people are streaming?
When a stream stops, if there are 0 streams active check if the last restart happened (say) more than 20 hours ago. If true, automatically call persistState() and process.exit() to force a restart. Might be interesting to use past logs to calculate at which times of the day streams go to 0 and simulate this mechanism.
Great idea
Didn't mean to close