We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e71061 commit 6594318Copy full SHA for 6594318
1 file changed
Modules/_remote_debugging/binary_io_reader.c
@@ -27,7 +27,9 @@
27
28
/* Progress callback frequency */
29
#define PROGRESS_CALLBACK_INTERVAL 1000
30
-#define MAX_RLE_BATCH_SAMPLES 8192 /* Cap per-batch samples to bound the timestamp list (gh-152089) */
+
31
+/* Cap per-batch RLE samples to bound the timestamp list (gh-152089) */
32
+#define MAX_RLE_BATCH_SAMPLES 8192
33
34
/* ============================================================================
35
* BINARY READER IMPLEMENTATION
0 commit comments