mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-12-25 03:00:17 +00:00
Up the timeout to 30sec instead of 10sec.
This commit is contained in:
parent
592c25f352
commit
e86e6eae81
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ else:
|
|||
|
||||
|
||||
# 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
|
||||
# same as the number of custom event handling threads. HANDLER_THREADS must
|
||||
|
|
Loading…
Reference in a new issue