Implemetned better buffering and high frequency tracing
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user