Commit 30105256 authored by 赵威's avatar 赵威

update time

parent 385a22ed
......@@ -44,7 +44,7 @@ object Redis {
}
client.expire(key, 60 * 60 * 24 * 15)
val total = System.currentTimeMillis - timeBegin
if (total > 1000) {
if (total > 1000 && total < 50000) {
DingTalk.send(
Map(
"method" -> "Redis.save",
......
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