This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
v6.2.3
- Refactor core file read handling to remove all async loops causing 100% cpu usage in some situations, and to improve readability and error handling.
- Fix crash in cluster messaging (#84)
- Ensure all config values fallback to a default (#86)
- Remove most CLI default values, as they will supersede config file values, which is not the expected behavior.
- Fix CLI help output to not display
(default: null)
for every option - Make CLI help text consistent with documentation