diff --git a/src/event/ngx_event_quic.c b/src/event/ngx_event_quic.c index e746a375a..3278176ca 100644 --- a/src/event/ngx_event_quic.c +++ b/src/event/ngx_event_quic.c @@ -1574,7 +1574,7 @@ ngx_quic_output(ngx_connection_t *c) } if (!qc->retry.timer_set && !qc->closing) { - ngx_add_timer(&qc->retry, qc->tp.max_ack_delay * 1000); + ngx_add_timer(&qc->retry, qc->tp.max_ack_delay); } return NGX_OK;