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

Yet another dialyzer warning fix

This commit is contained in:
Paweł Chmielowski 2021-06-28 12:53:30 +02:00
parent b669e4499c
commit e3e4dae583

View File

@ -683,7 +683,7 @@ listen_opt_type(max_stanza_size) ->
listen_opt_type(max_fsm_queue) -> listen_opt_type(max_fsm_queue) ->
econf:pos_int(); econf:pos_int();
listen_opt_type(send_timeout) -> listen_opt_type(send_timeout) ->
econf:timeout(second, true); econf:timeout(second, infinity);
listen_opt_type(shaper) -> listen_opt_type(shaper) ->
econf:shaper(); econf:shaper();
listen_opt_type(access) -> listen_opt_type(access) ->