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

@@ -41,7 +41,7 @@ public class DatabaseCleaningService {
this.feedEntryDAO = feedEntryDAO;
this.feedEntryContentDAO = feedEntryContentDAO;
this.feedEntryStatusDAO = feedEntryStatusDAO;
this.batchSize = config.getApplicationSettings().getMaxCleanupBatchSize();
this.batchSize = config.getApplicationSettings().getDatabaseCleanupBatchSize();
}
public void cleanFeedsWithoutSubscriptions() {