diff --git a/conf/settings.ini b/conf/settings.ini index 6585813..a609081 100644 --- a/conf/settings.ini +++ b/conf/settings.ini @@ -6,7 +6,7 @@ buffer_size = 8 * 1024 * 1024 [crawler] edge_driver_path = G:\course\yykf\dcs\bin\msedgedriver.exe -max_count_of_crawlers = 1 +max_count_of_crawlers = 10 [database] ip = 127.0.0.1 diff --git a/dcs/clients/clients.py b/dcs/clients/clients.py index 1af5dce..cb3a59f 100644 --- a/dcs/clients/clients.py +++ b/dcs/clients/clients.py @@ -9,7 +9,7 @@ port = 7777 local_ip = ip local_port = None # 开启的分布节点数量 -count = 1 +count = 5 if __name__ == '__main__': clients = []