maxiaoshan 3 年之前
父節點
當前提交
87f4b1cb45
共有 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)
+		lu.PutRedis("title_repeat_listpagehref", 0, href, code+"+"+redisCode, 86400*100) //100天
 	}
 	tmp["state"] = 0
 	tmp["event"] = lu.Config.Uploadevent