Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/shared/listeners/nix_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async def realtime_batch_process_attributes(


async def drain_lines(
stream: asyncio.StreamReader, timeout: float = 0.25, max_batch_window: int = 10_000
stream: asyncio.StreamReader, timeout: float = 3.5, max_batch_window: int = 75_000
) -> AsyncGenerator[list[bytes]]:
"""
This utility will perform an opportunistic line draining
Expand Down