GithubContext保存20条扫描记录

This commit is contained in:
陈国伟 2021-06-21 11:49:57 +08:00
parent 2bdec42b0a
commit 5deeb027bc

View File

@ -12,9 +12,9 @@ namespace FastGithub.Scanner
sealed class GithubContext : DomainAddress, IEquatable<GithubContext>
{
/// <summary>
/// 最多保存最的近的10条记录
/// 最多保存最的近的20条记录
/// </summary>
private const int MAX_LOG_COUNT = 10;
private const int MAX_LOG_COUNT = 20;
/// <summary>
/// 扫描记录