Commit 4ec7542e authored by 段英荣's avatar 段英荣

增大并发

parent 999f94f2
......@@ -644,7 +644,7 @@ if __name__ == '__main__':
gevent_spawn_obj_list = list()
for cur_index in range(0,500,1):
for cur_index in range(0,100,1):
g_obj = gevent.spawn(concurrence_dispose_query_word,account)
gevent_spawn_obj_list.append(g_obj)
......
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 to comment