mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: add log cleanup controls
This commit is contained in:
@@ -786,6 +786,9 @@ model AppConfig {
|
||||
reminderDispatchIntervalMinutes Int @default(60)
|
||||
trafficSyncEnabled Boolean @default(true)
|
||||
trafficSyncIntervalSeconds Int @default(60)
|
||||
logCleanupEnabled Boolean @default(true)
|
||||
logRetentionDays Int @default(30)
|
||||
logCleanupLastRunAt DateTime?
|
||||
networkRecommendationsEnabled Boolean @default(false)
|
||||
networkInsightsEnabled Boolean @default(false)
|
||||
subscriptionRiskEnabled Boolean @default(true)
|
||||
|
||||
Reference in New Issue
Block a user