Skip to content

Commit

Permalink
Revert "set default batch timeout to 1 ms (#229)" (#232)
Browse files Browse the repository at this point in the history
This reverts commit 6c49137.
  • Loading branch information
aniketmaurya committed Aug 27, 2024
1 parent 6c49137 commit b44f700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/litserve/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def __init__(
workers_per_device: int = 1,
timeout: Union[float, bool] = 30,
max_batch_size: int = 1,
batch_timeout: float = 0.001,
batch_timeout: float = 0.0,
api_path: str = "/predict",
stream: bool = False,
spec: Optional[LitSpec] = None,
Expand Down

0 comments on commit b44f700

Please sign in to comment.