mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Change max restart strategy of ejabberd_odbc_sup to handle some SQL timeouts.
This commit is contained in:
parent
917e8640c2
commit
79f5251d69
@ -88,7 +88,7 @@ init([Host]) ->
|
||||
?DEFAULT_ODBC_START_INTERVAL]),
|
||||
?DEFAULT_ODBC_START_INTERVAL
|
||||
end,
|
||||
{ok, {{one_for_one, PoolSize+1, StartInterval},
|
||||
{ok, {{one_for_one, PoolSize*2, 1},
|
||||
lists:map(
|
||||
fun(I) ->
|
||||
{I,
|
||||
|
Loading…
Reference in New Issue
Block a user