mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Enforce proper max for clean_orphan_uploads_grace_period_hours (#25235)
* FIX: Enforce proper max for clean_orphan_uploads_grace_period_hours * Cast * Set clean_orphan_uploads_grace_period_hours to max allowed
This commit is contained in:
@@ -1488,7 +1488,9 @@ files:
|
||||
regex: '\A((https?:\/\/.+)(\|https?:\/\/.+[|$])*)?\z'
|
||||
create_thumbnails: true
|
||||
clean_up_uploads: true
|
||||
clean_orphan_uploads_grace_period_hours: 48
|
||||
clean_orphan_uploads_grace_period_hours:
|
||||
default: 48
|
||||
max: 168
|
||||
purge_deleted_uploads_grace_period_days:
|
||||
default: 30
|
||||
max: 36500
|
||||
|
||||
Reference in New Issue
Block a user