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