Skip to content

Commit

Permalink
[Update] ProtoMT ringbuffer capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouffet committed Mar 30, 2024
1 parent 18de4b4 commit 05aa7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/PrototypeMT/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int main()
//{
//{ Init

SA::LoggerThread loggerThread;
SA::LoggerThread loggerThread(3000);

loggerThread.CreateSteam<SA::ConsoleLogStream>();
loggerThread.CreateSteam<SA::FileLogStream>();
Expand Down

0 comments on commit 05aa7e3

Please sign in to comment.