Increase thread delay time
This commit is contained in:
parent
297bbbe035
commit
62fe03a6cb
|
@ -22,7 +22,7 @@ from schemas.ch4_s import ATTRMAP
|
||||||
THREADS_CONCURRENT = 100
|
THREADS_CONCURRENT = 100
|
||||||
|
|
||||||
# Seconds to wait between every THREADS_CONCURRENT requests
|
# Seconds to wait between every THREADS_CONCURRENT requests
|
||||||
THREADS_DELAY = 0.1
|
THREADS_DELAY = 0.8
|
||||||
|
|
||||||
# Seconds to wait between crawls
|
# Seconds to wait between crawls
|
||||||
CRAWL_DELAY = 5
|
CRAWL_DELAY = 5
|
||||||
|
|
Loading…
Reference in New Issue