Fix compile error after updating VS2019
Compiler reports out of heap space when compiling this file after updating VS 2019.
This commit is contained in:
parent
32185c5b59
commit
e66b1aa804
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ struct TraceLoggerOptions
|
|||
class TraceLogger
|
||||
{
|
||||
private:
|
||||
static constexpr int ExecutionLogSize = 30000;
|
||||
static constexpr int ExecutionLogSize = 20000;
|
||||
|
||||
//Must be static to be thread-safe when switching game
|
||||
static string _executionTrace;
|
||||
|
|
Loading…
Add table
Reference in a new issue