Skip to content

Commit 935779f

Browse files
committed
smaller chunk; matter of taste
1 parent 3189a8f commit 935779f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/profiling/sampling/jsonl_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .stack_collector import StackTraceCollector
1717

1818

19-
_CHUNK_SIZE = 1000
19+
_CHUNK_SIZE = 256
2020

2121
_MODE_NAMES = {
2222
PROFILING_MODE_WALL: "wall",

0 commit comments

Comments
 (0)