Skip to content

Commit

Permalink
Update W3CLoggingOptions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Sep 16, 2023
1 parent f837846 commit 74880ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Options/W3CLoggingOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public int? FileSizeLimit
/// <summary>
/// Maximum number of plain-text files to retain. See <see cref="CompressDeletedLogFiles" /> and
/// <see cref="RetainedCompressedFileCountLimit" /> to influence log compression and archived files retention. Defaults
/// to 6.
/// to 3.
/// </summary>
public int RetainedFileCountLimit
{
Expand Down Expand Up @@ -144,7 +144,7 @@ public TimeSpan FlushInterval

/// <summary>
/// Maximum number of compressed files to retain. Set to zero to not delete any. Does nothing if
/// <see cref="CompressDeletedLogFiles" /> is false. Defaults to 180.
/// <see cref="CompressDeletedLogFiles" /> is false. Defaults to 90.
/// </summary>
public int RetainedCompressedFileCountLimit
{
Expand Down

0 comments on commit 74880ec

Please sign in to comment.