VFSConfiguration.MaxChangeHistorySize.md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFSConfiguration
VFSConfiguration.MaxChangeHistorySize Property
Gets or sets the maximum number of operations to keep in change history. Default is 1000. Set to 0 for unlimited (not recommended).
public int MaxChangeHistorySize { get; init; }