(num, priority=0)
| 187 | download_slots = 1 |
| 188 | |
| 189 | def _request(num, priority=0): |
| 190 | return self.request( |
| 191 | num, response_seconds, download_slots, priority=priority |
| 192 | ) |
| 193 | |
| 194 | async def start(spider): |
| 195 | # The first CONCURRENT_REQUESTS start requests are sent |