Commit 65b6a27b authored by 技术部-任文超's avatar 技术部-任文超

调整阈值到100次/分钟

parent 65c2b000
...@@ -41,7 +41,7 @@ public interface Constants { ...@@ -41,7 +41,7 @@ public interface Constants {
String IPV4_LOCK = "lock_ipv4:"; String IPV4_LOCK = "lock_ipv4:";
final Long IPV4_LOCK_MINUTES = 6 * 60L; final Long IPV4_LOCK_MINUTES = 6 * 60L;
final Long IPV4_COUNT_MINUTES = 1L; final Long IPV4_COUNT_MINUTES = 1L;
final Long IPV4_LOCK_ON_COUNTS = 60L; final Long IPV4_LOCK_ON_COUNTS = 100L;
final int DANGEROUS_TIME_START = 22; final int DANGEROUS_TIME_START = 22;
final int DANGEROUS_TIME_END = 6; final int DANGEROUS_TIME_END = 6;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment