mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Increase default value of negotiation_timeout from 30s to 2m
This timeout also covers in-band registration, and if user don't fill registration form in that time leads to disconnect and aborting registration. This will allow for more time to finish that.
This commit is contained in:
parent
225d14cbbe
commit
7d4330b57a
@ -606,7 +606,7 @@ options() ->
|
||||
{log_modules_fully, []},
|
||||
{max_fsm_queue, undefined},
|
||||
{modules, []},
|
||||
{negotiation_timeout, timer:seconds(30)},
|
||||
{negotiation_timeout, timer:seconds(120)},
|
||||
{net_ticktime, timer:seconds(60)},
|
||||
{new_sql_schema, ?USE_NEW_SQL_SCHEMA_DEFAULT},
|
||||
{update_sql_schema, false},
|
||||
|
Loading…
Reference in New Issue
Block a user