mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Move BUFSIZE to __init__ since it's common to many connection plugins
This commit is contained in:
parent
b77c4ce458
commit
fee73100c4
6 changed files with 7 additions and 15 deletions
|
@ -42,6 +42,8 @@ except ImportError:
|
|||
|
||||
__all__ = ['ConnectionBase', 'ensure_connect']
|
||||
|
||||
BUFSIZE = 65536
|
||||
|
||||
|
||||
def ensure_connect(func):
|
||||
@wraps(func)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue