Closed mv0 closed 2 years ago
updated README.md in main
with backend_debug fix.
Any reason for closing this PR?
@mv0
if (cli.debug_backend != instance.debug_backend)
is correct. If the value is different than stored, then assign it. The struct has a default value of false. So only if debug_backend is true will it be stored as such.main
with the typo.
This patch series fixes some minor parsing isssues I've found while using the JSON config file.
Specifically, app_id specified over the configuration is being ignored and found similar issue with debug_backend and disable_cursor.