提交 15232d20 编写于 作者: D dingbo

docs: test highvolume_example.py

上级 e0223dc9
......@@ -163,7 +163,7 @@ def main():
task_queues: List[Queue] = []
for i in range(WRITE_TASK_COUNT):
queue = Queue(maxsize=10000000)
queue = Queue(maxsize=100)
task_queues.append(queue)
p = Process(target=run_write_task, args=(i, queue))
p.start()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册