Up the timeout to 30sec instead of 10sec.
This commit is contained in:
parent
592c25f352
commit
e86e6eae81
@ -45,7 +45,7 @@ else:
|
|||||||
|
|
||||||
|
|
||||||
# The time in seconds to wait before timing out waiting for response stanzas.
|
# The time in seconds to wait before timing out waiting for response stanzas.
|
||||||
RESPONSE_TIMEOUT = 10
|
RESPONSE_TIMEOUT = 30
|
||||||
|
|
||||||
# The number of threads to use to handle XML stream events. This is not the
|
# The number of threads to use to handle XML stream events. This is not the
|
||||||
# same as the number of custom event handling threads. HANDLER_THREADS must
|
# same as the number of custom event handling threads. HANDLER_THREADS must
|
||||||
|
Loading…
x
Reference in New Issue
Block a user