Increase size of desync log message ring buffer
This commit is contained in:
@@ -351,7 +351,7 @@ struct DesyncMsgLogEntry {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct DesyncMsgLog {
|
struct DesyncMsgLog {
|
||||||
std::array<DesyncMsgLogEntry, 128> log;
|
std::array<DesyncMsgLogEntry, 256> log;
|
||||||
unsigned int count = 0;
|
unsigned int count = 0;
|
||||||
unsigned int next = 0;
|
unsigned int next = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user