From: Jerome Jutteau Date: Tue, 5 Jul 2022 11:46:16 +0000 (+0200) Subject: [TASK] Disabling file deduplication by default. X-Git-Tag: 4.5.0~13 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/b0d7e17277d6b5ec5b9110542ec7945848c1241a?hp=b0d7e17277d6b5ec5b9110542ec7945848c1241a [TASK] Disabling file deduplication by default. File hashing is a pretty intensive task both for CPU and disk. This feature seems not to be a must have and can produce unwanted side effects. Very large file can take a lot of time to be hashed at the end of transfert, producing protential timeouts and user frustration. Users can still enable file deduplication feature by setting `file_hash` to `md5`. Signed-off-by: Jerome Jutteau ---