rename field to better represent what it does

This commit is contained in:
Athou
2023-07-12 15:20:36 +02:00
parent 6ce6b5ef0e
commit c4715dc3f7
6 changed files with 18 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ export interface ApplicationSettings {
queryTimeout: number
keepStatusDays: number
maxFeedCapacity: number
maxCleanupBatchSize: number
databaseCleanupBatchSize: number
refreshIntervalMinutes: number
cache: ApplicationSettingsCache
announcement?: string