chore(config): do not check for duplicate files by default (#23)

It is an expensive operation to do on slower hardware and can take unreasonable amount of time for bigger files
This commit is contained in:
PLANTROON 2022-06-25 01:57:03 +02:00 committed by GitHub
parent 59f9b46bb8
commit a0f076269e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ mime_blacklist = [
"application/java-archive",
"application/java-vm"
]
duplicate_files = false
duplicate_files = true
delete_expired_files = { enabled = true, interval = "1h" }