go_spider icon indicating copy to clipboard operation
go_spider copied to clipboard

队列太细,导致chan一直堵塞

Open sorawa opened this issue 11 years ago • 1 comments

scheduler_queue.go

func (this *QueueScheduler) Push(requ *request.Request) { //assert count() ==MAX this.queue <- requ }

sorawa avatar Dec 05 '14 02:12 sorawa

感谢反馈,这个问题会在下一步解决:)

hu17889 avatar Dec 05 '14 02:12 hu17889