We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12dbcd4 commit 95f58ebCopy full SHA for 95f58eb
swanlab/core_python/uploader/batch.py
@@ -87,7 +87,7 @@ def trace_metrics(
87
url: str,
88
data: Union[MetricDict, list] = None,
89
method: Literal['post', 'put'] = 'post',
90
- per_request_len: int = 1000,
+ per_request_len: int = 10000,
91
upload_callback: UploadCallback = None,
92
):
93
"""
0 commit comments