mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
requested changes
This commit is contained in:
parent
f0dcd40195
commit
b5ff9931e0
2 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@ def post_master_init(self, master):
|
|||
self.add_periodic_callback("cleanup", self.cleanup_subprocesses)
|
||||
|
||||
if self.opts["proxy"].get("parallel_startup"):
|
||||
log.debug("Doing parallel startup")
|
||||
log.debug("Initiating parallel startup for proxies")
|
||||
with concurrent.futures.ThreadPoolExecutor() as executor:
|
||||
futures = [
|
||||
executor.submit(
|
||||
|
@ -351,7 +351,7 @@ def post_master_init(self, master):
|
|||
sub_proxy_data["proxy_opts"], io_loop=self.io_loop
|
||||
)
|
||||
else:
|
||||
log.debug("Doing non-parallel startup")
|
||||
log.debug("Initiating non-parallel startup for proxies")
|
||||
for _id in self.opts["proxy"].get("ids", []):
|
||||
sub_proxy_data = subproxy_post_master_init(
|
||||
_id, uid, self.opts, self.proxy, self.utils
|
||||
|
|
Loading…
Add table
Reference in a new issue