删除 ADParserSelect 线程锁

This commit is contained in:
eson 2018-12-20 00:50:59 +08:00
parent 2732ccef90
commit 2c996115f0

View File

@ -125,9 +125,6 @@ type ADResonse struct {
}
func (logdb *LogDB) ADParserSelect(spider_id int) []ADResonse {
logdb.mutex.Lock()
defer logdb.mutex.Unlock()
pid := logdb.pid + 2000
logdb.adCheckRecover(spider_id)