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:
Paweł Chmielowski 2023-12-04 13:24:22 +01:00
parent 225d14cbbe
commit 7d4330b57a
1 changed files with 1 additions and 1 deletions

View File

@ -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},