We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ac282 commit 9522f72Copy full SHA for 9522f72
GameFrameX.StartUp/Options/LauncherOptions.cs
@@ -175,7 +175,7 @@ public sealed class LauncherOptions
175
/// <remarks>用于控制历史日志文件的数量,防止占用过多磁盘空间。</remarks>
176
[Option(nameof(LogRetainedFileCountLimit), Description = "日志文件保留数量限制 默认为 31 个文件,即 31 天的日志文件")]
177
[DefaultValue(31)]
178
- public int? LogRetainedFileCountLimit { get; set; } = 31;
+ public int LogRetainedFileCountLimit { get; set; } = 31;
179
180
/// <summary>
181
/// 服务器ID
0 commit comments