This commit is contained in:
sebseb7
2026-05-20 18:27:38 +02:00
parent db2edb66ff
commit fe1d362ea7

View File

@@ -2,7 +2,7 @@ const fs = require('fs');
const path = require('path');
/** JSONL lines longer than this go to sessionDir/line-NNNNNN.jsonl with a short ref in the main log. */
const MAX_INLINE_LINE = 180;
const MAX_INLINE_LINE = 400;
const LARGE_PACKETS = new Set([
'map_chunk',