Fix dialyzer warning

This commit is contained in:
Paweł Chmielowski 2021-06-28 12:18:19 +02:00
parent 6e900d6a8f
commit b669e4499c
1 changed files with 1 additions and 1 deletions

View File

@ -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) ->