Cook
Cook copied to clipboard
Change max_runtime default to something sensical
Currently if a user doesn't set max_runtime we return max long as the max run time. This is... weird.
Instead we should return the currently configured max_runtime default.
What is a good default value? 1 week?
@wyegelwel Thoughts on 1 week for the default max runtime?