Skip to content

Commit 9047253

Browse files
authored
chore: update default value docs for FLUSH_AT and FLUSH_INTERVAL (#1306)
update default value docs for `FLUSH_AT` and `FLUSH_INTERVAL` Signed-off-by: qnnn <[email protected]>
1 parent 1596ddd commit 9047253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

langfuse/_client/environment_variables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
.. envvar:: LANGFUSE_FLUSH_AT
7777
7878
Max batch size until a new ingestion batch is sent to the API.
79-
**Default value:** ``15``
79+
**Default value:** same as OTEL ``OTEL_BSP_MAX_EXPORT_BATCH_SIZE``
8080
"""
8181

8282
LANGFUSE_FLUSH_INTERVAL = "LANGFUSE_FLUSH_INTERVAL"
8383
"""
8484
.. envvar:: LANGFUSE_FLUSH_INTERVAL
8585
8686
Max delay in seconds until a new ingestion batch is sent to the API.
87-
**Default value:** ``1``
87+
**Default value:** same as OTEL ``OTEL_BSP_SCHEDULE_DELAY``
8888
"""
8989

9090
LANGFUSE_SAMPLE_RATE = "LANGFUSE_SAMPLE_RATE"

0 commit comments

Comments
 (0)