pentesting 0.70.10 → 0.70.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -115,7 +115,9 @@ var SYSTEM_LIMITS = {
|
|
|
115
115
|
/** Number of events to display in resource summary */
|
|
116
116
|
RECENT_EVENTS_DISPLAY: 5,
|
|
117
117
|
/** Number of recent output lines to show per process */
|
|
118
|
-
RECENT_OUTPUT_LINES: 3
|
|
118
|
+
RECENT_OUTPUT_LINES: 3,
|
|
119
|
+
/** Maximum characters per message for context extraction (30K) */
|
|
120
|
+
CONTEXT_EXTRACTOR_LIMIT: 3e4
|
|
119
121
|
};
|
|
120
122
|
|
|
121
123
|
// src/shared/constants/system/detection.ts
|