Given the changes to lowDelay added in 191cba3994c2418ee34a994ea1b8c389a279edce there really isn't anything preventing the delays from becoming user-configurable. For users with exceptionally powerful cooling/heating rigs (who also trust that they don't actually need compressor protection) this could be useful (and is a requested feature).
[ ] Convert MinDelays to become JSONSaveable
[ ] Add new JSON endpoint to read/write/display MinDelays
[ ] Add relevant form to the UI to handle MinDelays edits
[ ] Possibly convert LowDelay to an enum, with "Normal Delay", "Low Delay", "Custom Delay"
Given the changes to lowDelay added in 191cba3994c2418ee34a994ea1b8c389a279edce there really isn't anything preventing the delays from becoming user-configurable. For users with exceptionally powerful cooling/heating rigs (who also trust that they don't actually need compressor protection) this could be useful (and is a requested feature).