评论缓存时间修改

This commit is contained in:
huangzhuanghua
2016-04-28 15:53:57 +08:00
parent 42171d95cd
commit 09c4a1326f
4 changed files with 6 additions and 12 deletions

View File

@ -37,5 +37,5 @@ public class Constants {
//搜索 cd间隔
public static final int SEARCH_CD = 5 * 60 * 1000;
//评论 cd间隔
public static final int COMMENT_CD = 5 * 60 * 1000;
public static final int COMMENT_CD = 60 * 1000;
}