Skip to content

Commit 9522f72

Browse files
committed
[修复] 启动参数配置
1 parent 24ac282 commit 9522f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GameFrameX.StartUp/Options/LauncherOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public sealed class LauncherOptions
175175
/// <remarks>用于控制历史日志文件的数量,防止占用过多磁盘空间。</remarks>
176176
[Option(nameof(LogRetainedFileCountLimit), Description = "日志文件保留数量限制 默认为 31 个文件,即 31 天的日志文件")]
177177
[DefaultValue(31)]
178-
public int? LogRetainedFileCountLimit { get; set; } = 31;
178+
public int LogRetainedFileCountLimit { get; set; } = 31;
179179

180180
/// <summary>
181181
/// 服务器ID

0 commit comments

Comments
 (0)