fix(persistent_sessions): start the message gc timer
This commit is contained in:
parent
f39ccfb304
commit
e3dc9b3f4f
|
@ -54,7 +54,7 @@ start_link() ->
|
|||
|
||||
init([]) ->
|
||||
process_flag(trap_exit, true),
|
||||
{ok, start_session_gc_timer(#{})}.
|
||||
{ok, start_message_gc_timer(start_session_gc_timer(#{}))}.
|
||||
|
||||
handle_call(_Request, _From, State) ->
|
||||
Reply = ok,
|
||||
|
|
Loading…
Reference in New Issue