Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Aug 1, 2024
1 parent 01a8229 commit 68dd0d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion morpheus/stages/doca/doca_convert_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ class DocaConvertStage(PreallocatorMixin, SinglePortStage):
be used.
"""

def __init__(self, c: Config,
def __init__(self,
c: Config,
max_batch_delay_sec: float = 0.5,
max_batch_size: int = MAX_PKT_RECEIVE * 5,
buffer_channel_size: int | None = None):
Expand Down

0 comments on commit 68dd0d4

Please sign in to comment.