maxiaoshan 3 년 전
부모
커밋
a2f5bd70da
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/spiderutil/sysconfig.go

+ 1 - 0
src/spiderutil/sysconfig.go

@@ -32,6 +32,7 @@ type config struct {
 	IsHistoryEvent    bool                       `json:"ishistoryevent"` //只有7000为true
 	SiteType          []string                   `json:"sitetype"`       //网站类型
 	SiteColl          string                     `json:"sitecoll"`       //网站类型
+	DelaySites        map[string]int             `json:"delaysite"`      //延迟采集详情页站点
 	//补漏
 	Checkmaxpage  map[string]int `json:"checkmaxpage"`
 	CheckHourTime int            `json:"checkhourtime"`