community.general/lib/ansible/plugins
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
2016-10-06 14:30:20 -05:00
..
action fixed storing of cwd 2016-10-04 14:24:45 -04:00
cache Fix error using jsonfile with incomplete config (#17567) 2016-09-16 15:08:02 -04:00
callback Add foreman callback plugin (#17141) 2016-10-03 00:12:12 -04:00
connection On python3, subprocess needs another arg to pass extra file descriptors 2016-10-02 15:29:54 -07:00
filter Fix #17624 (#17627) 2016-09-19 11:58:20 -04:00
lookup no need for warnings in first_found 2016-10-03 20:23:33 -04:00
shell Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
strategy Make interprocess polling interval configurable (#16560) 2016-10-06 14:30:20 -05:00
test J2 test docs (#16646) 2016-07-12 10:13:00 -04:00
vars
__init__.py Revert "Clear the plugin path cache when adding new directories" (#17785) 2016-09-27 16:17:35 -07:00