提交 8b2cfa2c 编写于 作者: wu-sheng's avatar wu-sheng 提交者: 彭勇升 pengys

Try to fix MySQL TTL failure. (#3038)

上级 ba244901
......@@ -32,6 +32,8 @@ public class GeneralStorageTTL implements StorageTTL {
return new DayTTLCalculator();
case Month:
return new MonthTTLCalculator();
case Second:
return new SecondTTLCalculator();
default:
return new MinuteTTLCalculator();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册