mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
cache_size not applied to mod_roster on reload_config (#2769)
This commit is contained in:
parent
d96ab48c6b
commit
cbac8a604a
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue