mirror of
https://github.com/processone/ejabberd.git
synced 2025-01-01 17:53:00 +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);
|
||||
true ->
|
||||
ok
|
||||
end.
|
||||
end,
|
||||
init_cache(NewMod, Host, NewOpts).
|
||||
|
||||
depends(_Host, _Opts) ->
|
||||
[].
|
||||
|
Loading…
Reference in New Issue
Block a user