Commit c74d7d7d authored by richard's avatar richard

ip限制次数修改

parent c2c09f68
......@@ -41,7 +41,7 @@ public interface Constants {
String IPV4_LOCK = "lock_ipv4:";
Long IPV4_LOCK_MINUTES = 3 * 60L;
Long IPV4_COUNT_MINUTES = 1L;
Long IPV4_LOCK_ON_COUNTS = 150L;
Long IPV4_LOCK_ON_COUNTS = 60L;
int DANGEROUS_TIME_START = 22;
int DANGEROUS_TIME_END = 6;
String CLEAR_LOCK_FOR_IPV4 = "x-clear-lock-11241842-y";
......
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