mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 04:09:29 +01:00
Keep logs for 7d instead of 4d
This commit is contained in:
@@ -98,7 +98,7 @@ namespace Flowframes
|
||||
|
||||
public static void Cleanup()
|
||||
{
|
||||
int keepLogsDays = 4;
|
||||
int keepLogsDays = 7;
|
||||
int keepSessionDataDays = 4;
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user