GithubContext保存20条扫描记录
This commit is contained in:
parent
2bdec42b0a
commit
5deeb027bc
@ -12,9 +12,9 @@ namespace FastGithub.Scanner
|
|||||||
sealed class GithubContext : DomainAddress, IEquatable<GithubContext>
|
sealed class GithubContext : DomainAddress, IEquatable<GithubContext>
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 最多保存最的近的10条记录
|
/// 最多保存最的近的20条记录
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private const int MAX_LOG_COUNT = 10;
|
private const int MAX_LOG_COUNT = 20;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 扫描记录
|
/// 扫描记录
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user