mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
don't parse feeds that are too large to prevent memory issues
This commit is contained in:
@@ -72,6 +72,9 @@ app:
|
||||
|
||||
# limit the number of feeds a user can subscribe to, 0 to disable
|
||||
maxFeedsPerUser: 0
|
||||
|
||||
# don't parse feeds that are too large to prevent memory issues
|
||||
maxFeedResponseSize: 5M
|
||||
|
||||
# cache service to use, possible values are 'noop' and 'redis'
|
||||
cache: noop
|
||||
|
||||
Reference in New Issue
Block a user