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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user