You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction of theme.json, several configurations in config.toml have become obsolete. This issue aims to identify and remove these unused configurations to maintain a clean and efficient configuration file.
The same changes should be applied to the backend.ai repository as well.
Tasks
Review config.toml and identify configurations that are no longer used due to theme.json.
Remove the identified unused configurations.
Test to ensure that the removal of these configurations does not affect the system's functionality.
Make a PR t
Update any relevant documentation to reflect these changes.
With the introduction of
theme.json
, several configurations inconfig.toml
have become obsolete. This issue aims to identify and remove these unused configurations to maintain a clean and efficient configuration file.The same changes should be applied to the backend.ai repository as well.
Tasks
config.toml
and identify configurations that are no longer used due totheme.json
.Known unused configuration
enableModelStore
Impact
This cleanup will help in maintaining a cleaner configuration file and potentially reduce confusion for developers and users.
Related Files
config.toml
theme.json
Additional Information
Please ensure that the removal of configurations is thoroughly tested to avoid any unintended side effects.
The text was updated successfully, but these errors were encountered: