mirror of
https://github.com/processone/ejabberd.git
synced 2025-01-03 18:02:28 +01:00
cache_size not applied to mod_roster on reload_config (#2769)
This commit is contained in:
parent
d96ab48c6b
commit
cbac8a604a
@ -137,7 +137,8 @@ reload(Host, NewOpts, OldOpts) ->
|
|||||||
NewMod:init(Host, NewOpts);
|
NewMod:init(Host, NewOpts);
|
||||||
true ->
|
true ->
|
||||||
ok
|
ok
|
||||||
end.
|
end,
|
||||||
|
init_cache(NewMod, Host, NewOpts).
|
||||||
|
|
||||||
depends(_Host, _Opts) ->
|
depends(_Host, _Opts) ->
|
||||||
[].
|
[].
|
||||||
|
Loading…
Reference in New Issue
Block a user