Also do the resizes in log.c/h.

This commit is contained in:
OBattler
2025-08-09 15:03:12 +02:00
parent 38b1c190fa
commit a541923cba
2 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ extern "C" {
#include <stdarg.h>
#endif
#define LOG_SIZE_BUFFER 1024 /* Log size buffer */
#define LOG_SIZE_BUFFER 8192 /* Log size buffer */
#define LOG_SIZE_BUFFER_CYCLIC_LINES 32 /* Cyclic log size buffer (number of lines that should be cehcked) */
#define LOG_MINIMUM_REPEAT_ORDER 4 /* Minimum repeat size */