|
@@ -539,8 +539,8 @@ class Dataflow_ActivteMQ_extract(Dataflow_extract):
|
|
|
|
|
|
self.industy_url = "http://127.0.0.1:15000/industry_extract"
|
|
|
|
|
|
- self.extract_interfaces = [["http://127.0.0.1:15030/content_extract",15],
|
|
|
- ["http://192.168.0.115:15030/content_extract",7]
|
|
|
+ self.extract_interfaces = [["http://127.0.0.1:15030/content_extract",20],
|
|
|
+ ["http://192.168.0.115:15030/content_extract",10]
|
|
|
]
|
|
|
|
|
|
|
|
@@ -560,7 +560,7 @@ class Dataflow_ActivteMQ_extract(Dataflow_extract):
|
|
|
self.block_url = RLock()
|
|
|
self.url_count = 0
|
|
|
|
|
|
- self.comsumer_count = 30
|
|
|
+ self.comsumer_count = 40
|
|
|
self.list_extract_comsumer = []
|
|
|
for _i in range(self.comsumer_count):
|
|
|
listener_extract = self.ExtractListener(getConnect_activateMQ(),self.comsumer_handle)
|