From e97d78f85d03c6ee58cb0fc37a021b8022007309 Mon Sep 17 00:00:00 2001 From: n00mkrad <61149547+n00mkrad@users.noreply.github.com> Date: Sat, 20 Dec 2025 23:14:03 +0100 Subject: [PATCH] Keep logs for 7d instead of 4d --- CodeLegacy/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeLegacy/Program.cs b/CodeLegacy/Program.cs index c93705c..f1f14ef 100644 --- a/CodeLegacy/Program.cs +++ b/CodeLegacy/Program.cs @@ -98,7 +98,7 @@ namespace Flowframes public static void Cleanup() { - int keepLogsDays = 4; + int keepLogsDays = 7; int keepSessionDataDays = 4; try