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

cache_size not applied to mod_roster on reload_config (#2769)

This commit is contained in:
Badlop 2019-04-02 19:52:07 +02:00
parent d96ab48c6b
commit cbac8a604a

View File

@ -137,7 +137,8 @@ reload(Host, NewOpts, OldOpts) ->
NewMod:init(Host, NewOpts);
true ->
ok
end.
end,
init_cache(NewMod, Host, NewOpts).
depends(_Host, _Opts) ->
[].