From 7c9947d716367a2a267f47a859388b22c2051fa8 Mon Sep 17 00:00:00 2001 From: seungjinstord <121889101+seungjinstord@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:52:38 -0700 Subject: [PATCH] chore: update documentation (#114) ## Related Ticket(s) ## Checklist - [ ] Code conforms to the [Elixir Styleguide](https://github.com/christopheradams/elixir_style_guide) ## Problem ## Details Minor documentation update. --- lib/kafee/consumer/broadway_adapter.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kafee/consumer/broadway_adapter.ex b/lib/kafee/consumer/broadway_adapter.ex index da5f754..1b1f459 100644 --- a/lib/kafee/consumer/broadway_adapter.ex +++ b/lib/kafee/consumer/broadway_adapter.ex @@ -81,7 +81,7 @@ defmodule Kafee.Consumer.BroadwayAdapter do type: :boolean, doc: """ Flag that decides batch processing will be done asynchronously. - The async operations run through Task.await_many/2 with a max timeout of 120_000 msec. + The async operations run through Task.await_many/2 with an infinity timeout. """ ] ]