mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Yet another dialyzer warning fix
This commit is contained in:
parent
b669e4499c
commit
e3e4dae583
@ -683,7 +683,7 @@ listen_opt_type(max_stanza_size) ->
|
||||
listen_opt_type(max_fsm_queue) ->
|
||||
econf:pos_int();
|
||||
listen_opt_type(send_timeout) ->
|
||||
econf:timeout(second, true);
|
||||
econf:timeout(second, infinity);
|
||||
listen_opt_type(shaper) ->
|
||||
econf:shaper();
|
||||
listen_opt_type(access) ->
|
||||
|
Loading…
Reference in New Issue
Block a user