Commit 8d4bda4e authored by 技术部-任文超's avatar 技术部-任文超

测试环境配置,上线前需要回滚上一版本

parent c2a96a4d
......@@ -41,8 +41,8 @@ public interface Constants {
String IPV4_LOCK = "lock_ipv4:";
final Long IPV4_LOCK_MINUTES = 6 * 60L;
final Long IPV4_COUNT_MINUTES = 1L;
final Long IPV4_LOCK_ON_COUNTS = 60L;
final int DANGEROUS_TIME_START = 22;
final Long IPV4_LOCK_ON_COUNTS = 5L;//60L;
final int DANGEROUS_TIME_START = 20;//22;
final int DANGEROUS_TIME_END = 6;
/**
* redis中token的key值前缀
......
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