Commit fb758393 by lichenggang

'update config'

parent cb0b0485
Showing with 1 additions and 1 deletions
......@@ -144,7 +144,7 @@ def get_url():
pool = redis.ConnectionPool(**get_redis_conf())
r = redis.Redis(connection_pool=pool)
for _ in range(350):
for _ in range(300):
cate_url = r.lpop('csc_elec_chip1stop_1')
if cate_url:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment