Authored by yyq

max length

... ... @@ -15,7 +15,7 @@ const CACHE_TIMES = 60 * 5; // 缓存时间
const MAX_JOIN_TIMES = 2; // 最大活动参与次数
const userTimesCache = new MemoryCache();
const productCache = new MemoryCache();
const productCache = new MemoryCache(300);
function handelResult(result) {
return {
... ...