Merge "Lower ansible poll interval time"

This commit is contained in:
Zuul 2020-10-16 20:06:30 +00:00 committed by Gerrit Code Review
commit d9c3e3c618
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ def write_default_ansible_cfg(work_dir,
'~/.ansible/fact_cache')
# Set the pull interval to lower CPU overhead
config.set('defaults', 'internal_poll_interval', '0.05')
config.set('defaults', 'internal_poll_interval', '0.01')
# Set the interpreter discovery to auto mode.
config.set('defaults', 'interpreter_python', 'auto')