24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Disable update_sql_schema by default

This commit is contained in:
Alexey Shchepin 2023-10-16 19:31:32 +03:00
parent c1af36ac20
commit ec20691188

View File

@ -609,7 +609,7 @@ options() ->
{negotiation_timeout, timer:seconds(30)}, {negotiation_timeout, timer:seconds(30)},
{net_ticktime, timer:seconds(60)}, {net_ticktime, timer:seconds(60)},
{new_sql_schema, ?USE_NEW_SQL_SCHEMA_DEFAULT}, {new_sql_schema, ?USE_NEW_SQL_SCHEMA_DEFAULT},
{update_sql_schema, true}, {update_sql_schema, false},
{oauth_access, none}, {oauth_access, none},
{oauth_cache_life_time, {oauth_cache_life_time,
fun(Host) -> ejabberd_config:get_option({cache_life_time, Host}) end}, fun(Host) -> ejabberd_config:get_option({cache_life_time, Host}) end},