mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
change 'clean_orphan_uploads_grace_period_hours' default value to 2 days
This commit is contained in:
parent
c591429868
commit
5b270b6b06
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ files:
|
||||||
default: ''
|
default: ''
|
||||||
create_thumbnails: true
|
create_thumbnails: true
|
||||||
clean_up_uploads: true
|
clean_up_uploads: true
|
||||||
clean_orphan_uploads_grace_period_hours: 1
|
clean_orphan_uploads_grace_period_hours: 48
|
||||||
purge_deleted_uploads_grace_period_days: 30
|
purge_deleted_uploads_grace_period_days: 30
|
||||||
prevent_anons_from_downloading_files:
|
prevent_anons_from_downloading_files:
|
||||||
default: false
|
default: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue