Skip to content

Commit 95f58eb

Browse files
authored
feat: 10k metric per second (#1493)
1 parent 12dbcd4 commit 95f58eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swanlab/core_python/uploader/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def trace_metrics(
8787
url: str,
8888
data: Union[MetricDict, list] = None,
8989
method: Literal['post', 'put'] = 'post',
90-
per_request_len: int = 1000,
90+
per_request_len: int = 10000,
9191
upload_callback: UploadCallback = None,
9292
):
9393
"""

0 commit comments

Comments
 (0)