u
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user