This commit is contained in:
Carlos Zamora
2025-12-23 14:26:49 -08:00
parent bef37f4739
commit 202cd5378f
2 changed files with 2 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ rlig
rubyw
runtimes
servicebus
settings.json.bak
slnt
stakeholders
subpage

View File

@@ -214,7 +214,7 @@ The `ConversionTrait` objects and `JsonManager` will ensure that only valid JSON
### Compatibility
N/A
### Performance, Power, and Efficiency
Since the entire settings model object tree won't be reconstructed on a settings reload, there should be an reduction in memory usage and an improved performance.
Since the entire settings model object tree won't be reconstructed on a settings reload, there should be a reduction in memory usage and an improved performance.
## Potential Issues
Some settings that allow runtime overrides may be set across multiple sources. Tab color, for example, can be set by a profile, at runtime, via the commandline, and using `DECAC`. It's important that this behavior is maintained.