Yet another dialyzer warning fix

This commit is contained in:
Paweł Chmielowski 2021-06-28 12:53:30 +02:00
parent b669e4499c
commit e3e4dae583
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(second, true);
econf:timeout(second, infinity);
listen_opt_type(shaper) ->
econf:shaper();
listen_opt_type(access) ->