issue #249: docs: remove limitation

This commit is contained in:
David Wilson 2018-05-15 00:22:02 +01:00
parent 36a1024861
commit 4cd9e09130
1 changed files with 0 additions and 4 deletions

View File

@ -137,10 +137,6 @@ Noteworthy Differences
* Asynchronous jobs presently exist only for the duration of a run, and time
limits are not implemented.
* Due to use of :func:`select.select` the IO multiplexer breaks down around 100
targets, expect performance degradation as this number is approached and
errant behaviour as it is exceeded. A replacement will appear soon.
* The undocumented ability to extend and override :mod:`ansible.module_utils`
by supplying a ``module_utils`` directory alongside a custom new-style module
is not yet supported.