mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix dialyzer warning
This commit is contained in:
parent
6e900d6a8f
commit
b669e4499c
@ -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(seconds, true);
|
||||
econf:timeout(second, true);
|
||||
listen_opt_type(shaper) ->
|
||||
econf:shaper();
|
||||
listen_opt_type(access) ->
|
||||
|
Loading…
Reference in New Issue
Block a user