We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df161cf commit c82ffdbCopy full SHA for c82ffdb
bin/crawlers/Crawler.py
@@ -180,7 +180,7 @@ def get_message(self):
180
capture.update(status)
181
elif status == crawlers.CaptureStatus.QUEUED:
182
capture_start = capture.get_start_time(r_str=False)
183
- if int(time.time()) - capture_start > 600: # TODO ADD in new crawler config
+ if int(time.time()) - capture_start > 3600: # TODO ADD in new crawler config
184
task = capture.get_task()
185
task.reset()
186
capture.delete()
0 commit comments