Skip to content

Commit

Permalink
chore: update documentation (#114)
Browse files Browse the repository at this point in the history
## Related Ticket(s)

<!--
Enter the Jira issue below in the following format: PROJECT-##
-->

## Checklist

<!--
For each bullet, ensure your pr meets the criteria and write a note
explaining how this PR relates. Mark them as complete as they are done.
All top-level checkboxes should be checked regardless of their relevance
to the pr with a note explaining whether they are relevant or not.
-->

- [ ] Code conforms to the [Elixir
Styleguide](https://github.com/christopheradams/elixir_style_guide)

## Problem



## Details
Minor documentation update.
<!--
Include a brief overview of the technical process you took (or are going
to take!) to get from the problem to the solution.
-->
  • Loading branch information
seungjinstord authored Oct 23, 2024
1 parent 1e5c00d commit 7c9947d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kafee/consumer/broadway_adapter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
]
]
Expand Down

0 comments on commit 7c9947d

Please sign in to comment.