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,6 +28,9 @@ app:
# number of database updating threads
databaseUpdateThreads: 1
# rows to delete per query while cleaning up old entries
databaseCleanupBatchSize: 100
# settings for sending emails (password recovery)
smtpHost: localhost
smtpPort: 25
@@ -67,9 +70,6 @@ app:
# entries to keep per feed, old entries will be deleted, 0 to disable
maxFeedCapacity: 500
# rows to delete per query while cleaning up old entries, minimum 100
maxCleanupBatchSize: 100
# limit the number of feeds a user can subscribe to, 0 to disable
maxFeedsPerUser: 0