Skip to content

Commit 9e11e5e

Browse files
fix: reduce default flush_at value from 100 to 10
1 parent e2587b0 commit 9e11e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/litmus/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def __init__(
198198
host: str | None = None,
199199
max_queue_size: int = 10_000,
200200
on_error: Callable[[Exception, list[dict]], None] | None = None,
201-
flush_at: int = 100,
201+
flush_at: int = 10,
202202
flush_interval: float = 0.5,
203203
gzip: bool = False,
204204
max_retries: int = 3,

0 commit comments

Comments
 (0)