mirror of https://github.com/ansible/ansible.git
Add new configuration parameter to make Windows async startup timeout configurable (#66670)
* Add new configuration parameter to make this timeout configurable * Rename keys to be more correct and reformat exception message for whitespace handling * Rename config away from default prefix. Add vars element and associated changes to support. * Update 65001-allow_configuring_async_startup_timeout.yml Co-authored-by: Matt Davis <nitzmahone@users.noreply.github.com>pull/66739/head
parent
14cc63dc0f
commit
5c721e8a47
@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- Add a new config parameter, WIN_ASYNC_STARTUP_TIMEOUT, which allows configuration of the named pipe connection
|
||||
timeout under Windows when launching async tasks.
|
||||
Loading…
Reference in New Issue