Commit 92d23e69 authored by 技术部-任文超's avatar 技术部-任文超

阈值调整至 200次/分钟

parent 65b6a27b
...@@ -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 = 100L; final Long IPV4_LOCK_ON_COUNTS = 200L;
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