Implemetned better buffering and high frequency tracing

This commit is contained in:
Martino Ferrari
2026-02-23 12:00:14 +01:00
parent 253a4989f9
commit 6b1fc59fc0
4 changed files with 193 additions and 162 deletions

View File

@@ -101,7 +101,7 @@ bool DebugService::Initialise(StructuredDataI & data) {
}
if (isServer) {
if (!traceBuffer.Init(1024 * 1024)) return false;
if (!traceBuffer.Init(8 * 1024 * 1024)) return false;
PatchRegistry();