mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Move BUFSIZE to __init__ since it's common to many connection plugins
This commit is contained in:
@@ -42,6 +42,8 @@ except ImportError:
|
||||
|
||||
__all__ = ['ConnectionBase', 'ensure_connect']
|
||||
|
||||
BUFSIZE = 65536
|
||||
|
||||
|
||||
def ensure_connect(func):
|
||||
@wraps(func)
|
||||
|
||||
Reference in New Issue
Block a user