You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Pavlo Shchelokovskyy aa1ec8af17 Make interprocess polling interval configurable (#16560)
As recently there was back-and-forth with this hardcoded value
(0.001 -> 0.01 -> 0.005), obviousely the optimal value for it depends on
Ansible usage scanario and is better to be configurable.

This patch adds a new config option in DEFAULT section,
`internal_poll_interval`, with default of 0.001 corresponding to the
value hardcoded in Ansible v2.1.
This config option is then used instead of hardcoded values where
needed.

Related GH issue: 14219
8 years ago
..
cli Refactor parsing of CLI args so that we can modify them in the base class 8 years ago
compat Move py34 mock_open compat to compat/test/mock (#17157) 8 years ago
config Making the switch to v2 9 years ago
errors Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 8 years ago
executor Check for substates in is_failed before checking main state failure 8 years ago
galaxy Iterate through role paths when installing roles (#17487) 8 years ago
inventory Make ini parsing slightly more robust 8 years ago
module_utils adds new option to get_config to grab config with passwords (#17915) 8 years ago
modules Update submodules 8 years ago
parsing Allow for empty source in dwim_path_relative_stack 8 years ago
playbook Refactor parsing of CLI args so that we can modify them in the base class 8 years ago
plugins Make interprocess polling interval configurable (#16560) 8 years ago
template Support late evaluation, suppress warnings on SyntaxError (#17462) 8 years ago
utils adds new option to get_config to grab config with passwords (#17915) 8 years ago
vars Graceful error handling when delegate_to host null (#17453) (#17783) 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 8 years ago
constants.py Make interprocess polling interval configurable (#16560) 8 years ago
release.py Bumping devel version to 2.3.0 8 years ago
test-requirements.txt Making the switch to v2 9 years ago