Skip to content

Commit

Permalink
chore: Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalossilva authored Feb 19, 2024
1 parent fe9d2e3 commit 2f09c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqs_workers/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def _should_flush_batch(self) -> bool:
and removed from the internal cache.
This not only checks the number of messages, but that the total batch size has
not gotten to too large.
not gotten too large.
"""
max_size = SEND_BATCH_SIZE if self._batch_level > 0 else 1

Expand Down

0 comments on commit 2f09c7d

Please sign in to comment.