Skip to content

Commit 7acd49a

Browse files
committed
Update binding.py
Updated the comment to specify this works in synchronous/blocking way
1 parent 3c9f1ab commit 7acd49a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

splunklib/binding.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,8 @@ class Context(object):
456456
:param headers: List of extra HTTP headers to send (optional).
457457
:type headers: ``list`` of 2-tuples.
458458
:param retires: Number of retries for each HTTP connection (optional, the default is 0).
459-
NOTE THAT THIS MAY INCREASE THE NUMBER OF ROUND TRIP CONNECTIONS TO THE SPLUNK SERVER.
459+
NOTE THAT THIS MAY INCREASE THE NUMBER OF ROUND TRIP CONNECTIONS TO THE SPLUNK SERVER AND BLOCK THE
460+
CURRENT THREAD WHILE RETRYING.
460461
:type retries: ``int``
461462
:param retryDelay: How long to wait between connection attempts if `retries` > 0 (optional, defaults to 10s).
462463
:type retryDelay: ``int`` (in seconds)

0 commit comments

Comments
 (0)