maxiaoshan 3 سال پیش
والد
کامیت
8303cbbf76
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/spider/store.go

+ 1 - 1
src/spider/store.go

@@ -244,7 +244,7 @@ func SaveHighListPageData(tmp map[string]interface{}, code, href string, num *in
 		*num++
 		return
 	} else { //存redis
-		lu.PutRedis("title_repeat_listpagehref", 0, href, code+"+"+redisCode, 3600*24*30*24)
+		lu.PutRedis("title_repeat_listpagehref", 0, href, code+"+"+redisCode, 3600*24*30)
 	}
 	tmp["state"] = 0
 	tmp["event"] = lu.Config.Uploadevent