From 086b70bb75e8122b00f42ad9626dd5515d6746ba Mon Sep 17 00:00:00 2001 From: Jonathan Massot Date: Tue, 22 Jul 2025 10:38:29 +0800 Subject: [PATCH] discard old records when a log table is full --- tables/tables.tbh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tables/tables.tbh b/tables/tables.tbh index 6e48af5..0d51b80 100644 --- a/tables/tables.tbh +++ b/tables/tables.tbh @@ -47,7 +47,7 @@ #endif #ifndef TBL_DISCARD_OLD_RECORD_WHEN_FULL - #define TBL_DISCARD_OLD_RECORD_WHEN_FULL 0 + #define TBL_DISCARD_OLD_RECORD_WHEN_FULL 1 #endif #ifndef TBL_TIME_TYPE_INCLUDED 'must include time library