Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0a3df13c authored by Simon Delamare's avatar Simon Delamare
Browse files

kwollector: Use more IPMI worker processes

parent 226b336f
No related branches found
No related tags found
No related merge requests found
...@@ -709,7 +709,7 @@ ipmi_executor = None ...@@ -709,7 +709,7 @@ ipmi_executor = None
def init_ipmi(): def init_ipmi():
global ipmi_executor global ipmi_executor
ipmi_executor = concurrent.futures.ProcessPoolExecutor(max_workers=config["worker"]) ipmi_executor = concurrent.futures.ProcessPoolExecutor(max_workers=4*config["worker"])
async def make_snmp_request( async def make_snmp_request(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment