mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-22 04:19:47 -05:00
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:
parent
59f9b46bb8
commit
a0f076269e
1 changed files with 1 additions and 1 deletions
|
@ -26,5 +26,5 @@ mime_blacklist = [
|
||||||
"application/java-archive",
|
"application/java-archive",
|
||||||
"application/java-vm"
|
"application/java-vm"
|
||||||
]
|
]
|
||||||
duplicate_files = false
|
duplicate_files = true
|
||||||
delete_expired_files = { enabled = true, interval = "1h" }
|
delete_expired_files = { enabled = true, interval = "1h" }
|
||||||
|
|
Loading…
Reference in a new issue