Hacker News new | ask | show | jobs
by chrismorgan 1750 days ago
> Initial should be used if meant to "disable" it.

`initial` isn’t any better than 0 for this sort of purpose. `unset` and `revert` are probably less bad; I’d tend to choose `unset`.