mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Defaults "clean_up_uploads" site setting to "true"
Otherwise, undesired images will be kept forever...
This commit is contained in:
parent
41cd438f0b
commit
3677c56267
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ files:
|
||||||
type: list
|
type: list
|
||||||
default: ''
|
default: ''
|
||||||
create_thumbnails: true
|
create_thumbnails: true
|
||||||
clean_up_uploads: false
|
clean_up_uploads: true
|
||||||
clean_orphan_uploads_grace_period_hours: 1
|
clean_orphan_uploads_grace_period_hours: 1
|
||||||
purge_deleted_uploads_grace_period_days: 30
|
purge_deleted_uploads_grace_period_days: 30
|
||||||
prevent_anons_from_downloading_files:
|
prevent_anons_from_downloading_files:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue