mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 02:52:07 +00:00
Increase ipmi concurrency
128 can be a bit limiting, try 512 for improved responsiveness
This commit is contained in:
parent
86891eb2e5
commit
2925c291cf
@ -110,7 +110,7 @@ def exithandler():
|
||||
|
||||
atexit.register(exithandler)
|
||||
|
||||
_ipmiworkers = greenpool.GreenPool(128)
|
||||
_ipmiworkers = greenpool.GreenPool(512)
|
||||
|
||||
_ipmithread = None
|
||||
_ipmiwaiters = []
|
||||
|
Loading…
Reference in New Issue
Block a user