Skip to content

Commit 821c1b0

Browse files
jonnyarndtCopilot
andauthored
Update src/CustomValuesConfigObject.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9b4e361 commit 821c1b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CustomValuesConfigObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class CustomValuesConfigObject
3838
public bool LegacyDigitalJoinBehavior { get; set; }
3939

4040
/// <summary>
41-
/// When true, bridge-originated value changes while EnableSaving is LOW will update in-memory JSON (but still not persist to file). Default TRUE now (legacy compatibility) — previously default was false. When false, changes while disabled are ignored.
41+
/// When true, bridge-originated value changes while EnableSaving is LOW will update in-memory JSON (but still not persist to file). Default TRUE now (legacy compatibility). When false, changes while disabled are ignored.
4242
/// Optional in config; missing property will assume TRUE for backward compatibility with older deployments that expect legacy behavior of tracking updates in memory even while saving is disabled.
4343
/// </summary>
4444
[JsonProperty("trackChangesWhileSavingDisabled", DefaultValueHandling = DefaultValueHandling.Populate)]

0 commit comments

Comments
 (0)