maxiaoshan 3 лет назад
Родитель
Сommit
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