Skip to content

Commit b0dc0a3

Browse files
authored
Merge pull request #178 from bytedance/ios_buffer_size_bug_fix
delete buffer_size limit
2 parents 381f602 + f669231 commit b0dc0a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • btrace-iOS/BTraceTool/btrace

btrace-iOS/BTraceTool/btrace/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"enable": True,
3535
"timeout": 36000,
3636
"max_records": 10000,
37-
"buffer_size": 4,
3837
"plugins": [
3938
{"name": "timeseries", "config": TIMESERIES_CONFIG},
4039
{"name": "timeprofiler", "config": TIMEPROFILER_CONFIG},

0 commit comments

Comments
 (0)