mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 19:19:54 +00:00
Reduce the maximum delay between connection retries to 10min.
This commit is contained in:
parent
127d7acb91
commit
bd427849fb
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ HANDLER_THREADS = 1
|
||||||
SSL_SUPPORT = True
|
SSL_SUPPORT = True
|
||||||
|
|
||||||
# Maximum time to delay between connection attempts is one hour.
|
# Maximum time to delay between connection attempts is one hour.
|
||||||
RECONNECT_MAX_DELAY = 3600
|
RECONNECT_MAX_DELAY = 600
|
||||||
|
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
Loading…
Reference in a new issue