mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Added RESPONSE_TIMEOUT constant to sleekxmpp.xmlstream to serve as a single place to specify a default timeout value when waiting for a stanza response.
This commit is contained in:
parent
25f43bd219
commit
a49f511a2f
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ import copy
|
|||
import xml.sax.saxutils
|
||||
from . import scheduler
|
||||
|
||||
RESPONSE_TIMEOUT = 10
|
||||
HANDLER_THREADS = 1
|
||||
|
||||
ssl_support = True
|
||||
|
|
Loading…
Reference in a new issue