Merge branch 'feature/yohood' into 'master'
update See merge request !47
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -15,7 +15,7 @@ const TABLE_ACT_PRIZE_PRODUCT_USER = 'act_prize_product_user'; | @@ -15,7 +15,7 @@ const TABLE_ACT_PRIZE_PRODUCT_USER = 'act_prize_product_user'; | ||
15 | const MINUTE_TIMES = 60; | 15 | const MINUTE_TIMES = 60; |
16 | const PRODUCT_CACHE_TIMES = MINUTE_TIMES / 6; // 商品(列表&详情)缓存时间 | 16 | const PRODUCT_CACHE_TIMES = MINUTE_TIMES / 6; // 商品(列表&详情)缓存时间 |
17 | const RECENT_CODE_CACHE_TIME = MINUTE_TIMES / 12; // 最近获取记录缓存时间 | 17 | const RECENT_CODE_CACHE_TIME = MINUTE_TIMES / 12; // 最近获取记录缓存时间 |
18 | -const MAX_JOIN_TIMES = 1000; // 最大活动参与次数 | 18 | +const MAX_JOIN_TIMES = 100; // 最大活动参与次数 |
19 | const MAX_RECOMEND_NUM = 10; // 最大推荐活动数目 | 19 | const MAX_RECOMEND_NUM = 10; // 最大推荐活动数目 |
20 | const PAGE_SIZE = 10; | 20 | const PAGE_SIZE = 10; |
21 | 21 |
-
Please register or login to post a comment