From fe1d362ea78f328e1c0d4f202eed0e6fb5dada6e Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Wed, 20 May 2026 18:27:38 +0200 Subject: [PATCH] u --- src/sniffer/PacketLog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sniffer/PacketLog.js b/src/sniffer/PacketLog.js index cce6e48..99aaf36 100644 --- a/src/sniffer/PacketLog.js +++ b/src/sniffer/PacketLog.js @@ -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',