]> git.p6c8.net - jirafeau.git/commitdiff
[TASK] Disabling file deduplication by default.
authorJerome Jutteau <jerome@jutteau.fr>
Tue, 5 Jul 2022 11:46:16 +0000 (13:46 +0200)
committerJerome Jutteau <jerome@jutteau.fr>
Tue, 5 Jul 2022 11:46:16 +0000 (13:46 +0200)
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 <jerome@jutteau.fr>

No differences found

patrick-canterino.de