Increase thread delay time
This commit is contained in:
parent
1858e06c4b
commit
7bb2264d91
|
@ -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