We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9f1ab commit 7acd49aCopy full SHA for 7acd49a
splunklib/binding.py
@@ -456,7 +456,8 @@ class Context(object):
456
:param headers: List of extra HTTP headers to send (optional).
457
:type headers: ``list`` of 2-tuples.
458
: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.
+ NOTE THAT THIS MAY INCREASE THE NUMBER OF ROUND TRIP CONNECTIONS TO THE SPLUNK SERVER AND BLOCK THE
460
+ CURRENT THREAD WHILE RETRYING.
461
:type retries: ``int``
462
:param retryDelay: How long to wait between connection attempts if `retries` > 0 (optional, defaults to 10s).
463
:type retryDelay: ``int`` (in seconds)
0 commit comments