Skip to content

Commit e4aafda

Browse files
Danpkittenis
authored andcommitted
Updated documentation
1 parent 7e5760f commit e4aafda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pssh.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ def __init__(self, hosts,
237237
:type port: int
238238
:param pkey: (Optional) Client's private key to be used to connect with
239239
:type pkey: :mod:`paramiko.PKey`
240-
:param pool_size: Pool size - how many commands to run in parallel
240+
:param pool_size: (Optional) Greenlet pool size. Controls on how many\
241+
hosts to execute tasks in parallel. Defaults to 10
241242
:type pool_size: int
242243
:raises: :mod:`pssh.AuthenticationException` on authentication error
243244
:raises: :mod:`pssh.UnknownHostException` on DNS resolution error

0 commit comments

Comments
 (0)